X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2FCMakeLists.txt;fp=py%2FCMakeLists.txt;h=46e194345faa9d5e9d1374a271fe65ce420e4ac1;hp=cb793e1ec59772cd6240beab159d41ae0cf0239e;hb=0ff062fe55b45b0f7191c41867b28f0468f91496;hpb=e9d4265a86e3a2d61c88b4e116fdd0a5ba3aa92e diff --git a/py/CMakeLists.txt b/py/CMakeLists.txt index cb793e1..46e1943 100644 --- a/py/CMakeLists.txt +++ b/py/CMakeLists.txt @@ -1,3 +1,5 @@ +set(Boost_USE_STATIC_LIBS ON) +set(Boost_USE_MULTITHREADED ON) FIND_PACKAGE(Boost 1.34.1 COMPONENTS python filesystem serialization) FIND_PACKAGE(OpenGL) FIND_PACKAGE(PythonLibs)