X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Ftsf%2FCMakeLists.txt;h=237d473d118944fa9b12197ee34dc846be381384;hp=f0b8af373d678727a3043061bc2d188c94b8fc70;hb=0ff062fe55b45b0f7191c41867b28f0468f91496;hpb=e9d4265a86e3a2d61c88b4e116fdd0a5ba3aa92e diff --git a/alg/tsf/CMakeLists.txt b/alg/tsf/CMakeLists.txt index f0b8af3..237d473 100644 --- a/alg/tsf/CMakeLists.txt +++ b/alg/tsf/CMakeLists.txt @@ -1,7 +1,8 @@ -FIND_PACKAGE(Boost 1.34.1 COMPONENTS unit_test_framework) +set(Boost_USE_STATIC_LIBS ON) +set(Boost_USE_MULTITHREADED ON) +FIND_PACKAGE(Boost 1.34.1 REQUIRED unit_test_framework) INCLUDE(Platform) - SET(SOURCES trivial_filter.cpp) SET(TEST_SOURCES test_tsf.cpp)