Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
valgrind version checking rule did not match 3.10.0
[simgrid.git] / tools / cmake / Distrib.cmake
index 6a2a461..865cc32 100644 (file)
@@ -359,15 +359,4 @@ add_custom_target(maintainer-clean
   WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}"
   )
 
-if(WIN32)
-  if(NSIS_PROGRAM)
-    ADD_CUSTOM_TARGET(nsis
-      COMMENT "Generating the SimGrid installer for Windows..."
-      DEPENDS simgrid simgrid graphicator simgrid-colorizer simgrid_update_xml
-      COMMAND ${NSIS_PROGRAM} simgrid.nsi
-      WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/
-    )
-  endif()
-endif()
-
 include(CPack)