Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More help to our fellow mac users
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 16 May 2017 20:52:59 +0000 (22:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 16 May 2017 20:52:59 +0000 (22:52 +0200)
CMakeLists.txt

index 0442240..6e72709 100644 (file)
@@ -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()