Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a message to the user to specify our requirement for Boost version
authordegomme <augustin.degomme@unibas.ch>
Tue, 15 Mar 2016 14:09:03 +0000 (15:09 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 15 Mar 2016 14:09:16 +0000 (15:09 +0100)
CMakeLists.txt

index b2d2eb4..8992f7f 100644 (file)
@@ -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()