Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include Boost directories once they're found.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 16:48:13 +0000 (17:48 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 16:48:13 +0000 (17:48 +0100)
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)