summaryrefslogtreecommitdiff
path: root/src/modules/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-09-28 11:28:15 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-09-28 11:28:15 +0200
commit466c7cf3e3e37ef765b491b98fad674a7b9d4de1 (patch)
tree96545f555e01d055805de3363c0199dd45ad7123 /src/modules/CMakeLists.txt
parentd907acb48b0b281822c020625215b83e7ae76eff (diff)
Remove windows quirks from CMake system.
Diffstat (limited to 'src/modules/CMakeLists.txt')
-rw-r--r--src/modules/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt
index 3b4f2d8..d1bc4b0 100644
--- a/src/modules/CMakeLists.txt
+++ b/src/modules/CMakeLists.txt
@@ -4,9 +4,6 @@
# LINKING ( for modules )
###############################################################################
LINK_LIBRARIES ( ${CMAKE_DL_LIBS} )
-IF ( Win )
- LINK_LIBRARIES ( wsock32 )
-ENDIF ( Win )
###############################################################################
# SOURCE SPECIFICATION
###############################################################################
@@ -77,4 +74,4 @@ INSTALL ( TARGETS modTeleport
INSTALL ( TARGETS modAI
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/${APPNAME}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
-############################################################################### \ No newline at end of file
+###############################################################################