I needed to set a version for boost, 1.38 does not seem to be a good idea (since version 1.33 is installed at asim)
This commit is contained in:
parent
68f575d028
commit
1b165147cd
|
@ -1,6 +1,6 @@
|
|||
SET(Boost_USE_STATIC_LIBS ON)
|
||||
SET(Boost_USE_MULTITHREADED ON)
|
||||
FIND_PACKAGE(Boost 1.38.0 COMPONENTS python)
|
||||
FIND_PACKAGE(Boost 1.32.0 COMPONENTS python)
|
||||
IF (Boost_FOUND)
|
||||
MESSAGE(STATUS "Found Boost.Python libraries in ${Boost_INCLUDE_DIR} as ${Boost_LIBRARIES}")
|
||||
ELSE (Boost_FOUND)
|
||||
|
|
Loading…
Reference in New Issue