From 4e0e1326b5804862b8555880837a44315cec0424 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 1 Jul 2010 12:03:26 +0000 Subject: [PATCH] * All tools: - Library linking: there must not be "target_link_library()" for libraries, only when building binaries. Avoid clashes between static module or class variables, and strange reinitialisation of those variables. - Change: Boost is now always linked staticly. --- nimbus/src/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nimbus/src/CMakeLists.txt b/nimbus/src/CMakeLists.txt index ed491f56..94639c3d 100644 --- a/nimbus/src/CMakeLists.txt +++ b/nimbus/src/CMakeLists.txt @@ -37,12 +37,6 @@ add_library ( nimbus ${cpps} ) - target_link_libraries ( nimbus ${HURRICANE_LIBRARIES} - ${HURRICANE_GRAPHICAL_LIBRARIES} - ${LEFDEF_LIBRARIES} - ${OA_LIBRARIES} - ${QT_LIBRARIES} - ) install ( TARGETS nimbus DESTINATION lib${LIB_SUFFIX} ) install ( FILES ${includes} DESTINATION include/coriolis2/nimbus )