Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
note that we do need Boost 1.48
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 1a74815..34023d1 100644 (file)
@@ -111,7 +111,7 @@ if(enable_ns3)
   endif()
 endif()
 
-find_package(Boost 1.42)
+find_package(Boost 1.48)
 if(Boost_FOUND)
   include_directories(${Boost_INCLUDE_DIRS})
 else()