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:
parent
6e85d89d19
commit
306c391a11
|
@ -1,5 +1,3 @@
|
||||||
SET(Boost_USE_STATIC_LIBS ON)
|
|
||||||
SET(Boost_USE_MULTITHREADED ON)
|
|
||||||
FIND_PACKAGE(Boost 1.32.0 COMPONENTS python)
|
FIND_PACKAGE(Boost 1.32.0 COMPONENTS python)
|
||||||
IF (Boost_FOUND)
|
IF (Boost_FOUND)
|
||||||
MESSAGE(STATUS "Found Boost.Python libraries in ${Boost_INCLUDE_DIR} as ${Boost_LIBRARIES}")
|
MESSAGE(STATUS "Found Boost.Python libraries in ${Boost_INCLUDE_DIR} as ${Boost_LIBRARIES}")
|
||||||
|
|
Loading…
Reference in New Issue