Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include Boost directories once they're found.
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index aa70002..37e6ef4 100644 (file)
@@ -98,7 +98,8 @@ if(enable_ns3)
   include(FindNS3)
 endif()
 
-find_package( Boost REQUIRED)
+find_package(Boost REQUIRED)
+include_directories(${Boost_INCLUDE_DIRS})
 
 # Checks for header libraries functions.
 CHECK_LIBRARY_EXISTS(pthread pthread_create          "" pthread)