From: Martin Quinson Date: Fri, 24 Jul 2015 21:30:57 +0000 (+0200) Subject: more explicit error message when some boost library were not detected X-Git-Tag: v3_12~432 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8fe6b74436b1f2f8c641cc8552714db1d1bc66bb?ds=sidebyside more explicit error message when some boost library were not detected --- diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 9a098a01ec..9fad3e0146 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -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()