Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add boost dependency
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 69af01f..aa70002 100644 (file)
@@ -98,6 +98,8 @@ if(enable_ns3)
   include(FindNS3)
 endif()
 
+find_package( Boost REQUIRED)
+
 # Checks for header libraries functions.
 CHECK_LIBRARY_EXISTS(pthread pthread_create          "" pthread)
 CHECK_LIBRARY_EXISTS(pthread sem_init                "" HAVE_SEM_INIT_LIB)