From 306c391a1159a55ba968b51adaa70cfd9e08e4af Mon Sep 17 00:00:00 2001 From: Damien Dupuis Date: Tue, 6 Apr 2010 11:06:06 +0000 Subject: [PATCH] Do not use static libs for boost. That was mentionned in Boost.Python documentation but it prevents linux 64 bits compilation and everything is ok without it ! --- vlsisapd/dtr/src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/vlsisapd/dtr/src/CMakeLists.txt b/vlsisapd/dtr/src/CMakeLists.txt index ec753aa4..ef734a22 100644 --- a/vlsisapd/dtr/src/CMakeLists.txt +++ b/vlsisapd/dtr/src/CMakeLists.txt @@ -1,5 +1,3 @@ -SET(Boost_USE_STATIC_LIBS ON) -SET(Boost_USE_MULTITHREADED ON) FIND_PACKAGE(Boost 1.32.0 COMPONENTS python) IF (Boost_FOUND) MESSAGE(STATUS "Found Boost.Python libraries in ${Boost_INCLUDE_DIR} as ${Boost_LIBRARIES}")