From: Martin Quinson Date: Tue, 16 May 2017 20:52:59 +0000 (+0200) Subject: More help to our fellow mac users X-Git-Tag: v3.16~274^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8304043bc07e0fa5080ad6667b38f6b87eaa3106 More help to our fellow mac users --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 044224079c..6e72709664 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ if(Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS}) else() if(APPLE) - message(FATAL_ERROR "Boost libraries not found. Try to install them with 'sudo fink install boost1.53.nopython'") + message(FATAL_ERROR "Boost libraries not found. Try to install them with 'sudo fink install boost1.53.nopython' (check the exact name with 'fink list boost') or 'sudo brew install boost'") else() message(FATAL_ERROR "Boost libraries not found. Install libboost-dev (>= 1.48.0).") endif()