X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2FCMakeLists.txt;fp=alg%2FCMakeLists.txt;h=a9308d0589d4db20627414f234b2a7a5e503c225;hp=1e5ba63bd5286e68c34010fe21540453845a4ae6;hb=0ff062fe55b45b0f7191c41867b28f0468f91496;hpb=e9d4265a86e3a2d61c88b4e116fdd0a5ba3aa92e diff --git a/alg/CMakeLists.txt b/alg/CMakeLists.txt index 1e5ba63..a9308d0 100644 --- a/alg/CMakeLists.txt +++ b/alg/CMakeLists.txt @@ -1,5 +1,10 @@ FIND_PACKAGE(OpenGL ) -FIND_PACKAGE(Boost 1.34.1 COMPONENTS filesystem unit_test_framework serialization program_options python ) + +set(Boost_USE_STATIC_LIBS ON) +set(Boost_USE_MULTITHREADED ON) +FIND_PACKAGE(Boost 1.34.1 REQUIRED filesystem unit_test_framework + serialization system program_options ) +FIND_PACKAGE(Boost 1.3.4.1 COMPONENTS python ) FIND_PACKAGE(Qt4) INCLUDE( ${QT_USE_FILE} ) INCLUDE( Platform )