X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c33130ef26223f8b6775db83287303742a5cfa05..805fcc757d8ab78c60ccf39f0ae471ebfb592d4e:/tools/cmake/Distrib.cmake diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index 2f9177eff3..6a2a461f7d 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -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..."