X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e921951f86a30e42dbdc73b9ce04f58db25cec9..05257c8e62399d484d4971dfc4ca4a5a7564cf08:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d2eb43f3..8992f7f1eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,7 +239,8 @@ else() else() message(FATAL_ERROR "Failed to find Boost libraries." "Did you install libboost-dev and libboost-context-dev?" - "(libboost-context-dev is optional)") + "(libboost-context-dev is optional)" + "SimGrid requires Boost >= 1.48.0") endif() endif()