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 !
This commit is contained in:
Damien Dupuis 2010-04-06 11:06:06 +00:00
parent 6e85d89d19
commit 306c391a11
1 changed files with 0 additions and 2 deletions

View File

@ -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}")