Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more explicit error message when some boost library were not detected
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 24 Jul 2015 21:30:57 +0000 (23:30 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 24 Jul 2015 21:30:57 +0000 (23:30 +0200)
buildtools/Cmake/CompleteInFiles.cmake

index 9a098a0..9fad3e0 100644 (file)
@@ -123,7 +123,7 @@ else()
   if(APPLE) #MAC
     message(FATAL_ERROR "Failed to find Boost libraries (Try to install them with 'sudo fink install boost1.53.nopython')")
   else()
-    message(FATAL_ERROR "Failed to find Boost libraries")
+    message(FATAL_ERROR "Failed to find Boost libraries. Did you install libboost-dev and libboost-context-dev?")
   endif()
 endif()