X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1172261a25e491552711af930c59cff1eafd277d..fe33e984202519715708a0da05fd2184a2628255:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 80759314a2..fb3d17204d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,6 +291,9 @@ set(_Boost_STACKTRACE_ADDR2LINE_HEADERS "boost/stacktrace.hpp") find_package(Boost 1.48) #try without optional libraries if(NOT Boost_FOUND) message(FATAL_ERROR "Boost libraries not found. Install libboost-dev (>= 1.48.0).") + else() + include_directories(${Boost_INCLUDE_DIRS}) + message(STATUS "Mandatory components found. SimGrid is compilable.") endif() endif() endif()