From 5a0c973c1b34abc4a55a35331def862d04437b19 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 1 Jul 2010 12:03:41 +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. --- mauka/src/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mauka/src/CMakeLists.txt b/mauka/src/CMakeLists.txt index 7e1c3ee1..299e4905 100644 --- a/mauka/src/CMakeLists.txt +++ b/mauka/src/CMakeLists.txt @@ -38,15 +38,5 @@ add_library ( mauka ${cpps} ${mocCpps} ) - target_link_libraries ( mauka ${METIS_LIBRARIES} - ${HMETIS_LIBRARIES} - ${NIMBUS_LIBRARIES} - ${CORIOLIS_LIBRARIES} - ${HURRICANE_LIBRARIES} - ${HURRICANE_GRAPHICAL_LIBRARIES} - ${QT_LIBRARIES} - ${LEFDEF_LIBRARIES} - ${OA_LIBRARIES} - ) install ( TARGETS mauka DESTINATION lib${LIB_SUFFIX} ) install ( FILES ${includes} ${mocIncludes} DESTINATION include/coriolis2/mauka )