X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9738e5e17069ff284e4c41e32ccb81c08842c97c..0af93c136e7e7af7e1ecd573fb7c7a2f87b698ef:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7a1da578..29c931bd05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,11 +257,11 @@ if(enable_smpi_papi) endif() # Not finding this is perfectly OK -find_package(Boost COMPONENTS unit_test_framework) +find_package(Boost 1.59 COMPONENTS unit_test_framework) if (Boost_UNIT_TEST_FRAMEWORK_FOUND) message(STATUS "Enabling the Boost-based unit tests.") else() - message(STATUS "Disabling the Boost-based unit tests -- please install libboost-test-dev.") + message(STATUS "Disabling the Boost-based unit tests -- please install libboost-test-dev (>= v1.59).") endif()