Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't forget to set include path in this case.
[simgrid.git] / CMakeLists.txt
index 8075931..fb3d172 100644 (file)
@@ -291,6 +291,9 @@ set(_Boost_STACKTRACE_ADDR2LINE_HEADERS "boost/stacktrace.hpp")
       find_package(Boost 1.48) #try without optional libraries
       if(NOT Boost_FOUND)
         message(FATAL_ERROR "Boost libraries not found. Install libboost-dev (>= 1.48.0).")
+      else()
+        include_directories(${Boost_INCLUDE_DIRS})
+        message(STATUS "Mandatory components found. SimGrid is compilable.")
       endif()
     endif()
   endif()