From 125a38c3c72851dcb434835164bcceeddacb114b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 1 Jul 2010 11:50:07 +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. --- katabatic/src/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/katabatic/src/CMakeLists.txt b/katabatic/src/CMakeLists.txt index 10b9bdea..4138d3cd 100644 --- a/katabatic/src/CMakeLists.txt +++ b/katabatic/src/CMakeLists.txt @@ -47,14 +47,6 @@ endif ( CHECK_DETERMINISM ) add_library ( katabatic ${cpps} ${mocCpps} ) - target_link_libraries ( katabatic ${KNIK_LIBRARIES} - ${CORIOLIS_LIBRARIES} - ${HURRICANE_LIBRARIES} - ${HURRICANE_GRAPHICAL_LIBRARIES} - ${QT_LIBRARIES} - ${LEFDEF_LIBRARIES} - ${OA_LIBRARIES} - ) install ( TARGETS katabatic DESTINATION lib${LIB_SUFFIX} ) install ( FILES ${includes} ${mocIncludes} DESTINATION include/coriolis2/katabatic )