Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need distrib.cmake for update_xml file and update nsis script for headers.
[simgrid.git] / CMakeLists.txt
index 6aafb10..54b68d1 100644 (file)
@@ -221,9 +221,7 @@ include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/AddTests.cmake)
 include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/CTestConfig.cmake)
 
 ### Setup the distrib
-if(NOT WIN32)
-    include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Distrib.cmake)
-endif(NOT WIN32)
+include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Distrib.cmake)
 
 ### Pipol compilation
 include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Pipol.cmake)