Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] disable the tests that are broken by the perl version to get the jarfile
[simgrid.git] / tools / cmake / Distrib.cmake
index 2f9177eff3af33825a4a6e41e479c1c702aa72ad..6a2a461f7d15dfb5a4fea41a85b7731f055dd526 100644 (file)
@@ -360,9 +360,6 @@ add_custom_target(maintainer-clean
   )
 
 if(WIN32)
-  find_program(NSIS_PROGRAM NAMES makensi)
-  message(STATUS "nsis: ${NSIS_PROGRAM}")
-
   if(NSIS_PROGRAM)
     ADD_CUSTOM_TARGET(nsis
       COMMENT "Generating the SimGrid installer for Windows..."