aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclick <none@none>2010-08-30 23:06:07 +0200
committerclick <none@none>2010-08-30 23:06:07 +0200
commit9fb9254810692c06e7c105c3838108198ca9a099 (patch)
tree0fa5d1eb3ca08906e69ab85b9365163fefec5440 /src
parent511d571d25625ac1f64fab53b6852313b5a0f5b3 (diff)
Buildsystem: Remove some cruft (double set) of SCRIPT_LIB in worldserver CMakeLists.txt - if this breaks OSX build, notify us.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt
index d6b25c5e139..7179c2f8c31 100644
--- a/src/server/worldserver/CMakeLists.txt
+++ b/src/server/worldserver/CMakeLists.txt
@@ -155,10 +155,6 @@ if( UNIX )
set(worldserver_LINK_FLAGS "-pthread -lncurses ${worldserver_LINK_FLAGS}")
endif()
-if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
- set(SCRIPT_LIB "")
-endif()
-
set_target_properties(worldserver PROPERTIES LINK_FLAGS "${worldserver_LINK_FLAGS}")
if( SCRIPTS )