summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/modules/CMakeLists.txt3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 51ee858..0b9f851 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,7 +6,6 @@
IF ( BUILD_SERVER )
LINK_LIBRARIES (
${ZIP_LIBRARIES}
- ${CMAKE_DL_LIBS}
)
ELSE ( BUILD_SERVER )
IF ( WITH_OPENGL )
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt
index 7a9070f..50b3c79 100644
--- a/src/modules/CMakeLists.txt
+++ b/src/modules/CMakeLists.txt
@@ -1,9 +1,6 @@
###############################################################################
# tuxanci/src/modules/CMakeLists.txt
###############################################################################
-# LINKING ( for modules )
-###############################################################################
-LINK_LIBRARIES ( ${CMAKE_DL_LIBS} )
###############################################################################
# SOURCE SPECIFICATION
###############################################################################