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:
Damien Dupuis 2010-04-05 16:49:07 +00:00
parent 68f575d028
commit 1b165147cd
1 changed files with 1 additions and 1 deletions

View File

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