Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a script to detect the number of core.
[simgrid.git] / CMakeLists.txt
index 54b68d1..10b14d8 100644 (file)
@@ -233,6 +233,9 @@ else(NOT WIN32)
 include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/GenerateDocWin.cmake)  
 endif(NOT WIN32)
 
+### Print NbCore
+include(FindNbCore)
+
 ### Print ARGS
 include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/PrintArgs.cmake)