X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Ftest%2FCMakeLists.txt;h=bbaf0a25af58c2569c1e4268a751c08c1dc6a8fc;hp=50e18b008ccab14895ca34d3073fa40c1764bf8b;hb=HEAD;hpb=d058d097a3015f3ba861d494b68c8cb6f003f6d6 diff --git a/py/test/CMakeLists.txt b/py/test/CMakeLists.txt index 50e18b0..bbaf0a2 100644 --- a/py/test/CMakeLists.txt +++ b/py/test/CMakeLists.txt @@ -1,8 +1,8 @@ FIND_PACKAGE(PythonLibs) -set(Boost_USE_STATIC_LIBS ON) +set(Boost_USE_STATIC_LIBS OFF) set(Boost_USE_MULTITHREADED ON) -FIND_PACKAGE(Boost 1.34.1 COMPONENTS program_options filesystem serialization python unit_test_framework ) +FIND_PACKAGE(Boost 1.36.0 COMPONENTS program_options filesystem serialization python unit_test_framework ) INCLUDE(Platform) IF(Boost_PYTHON_FOUND)