X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c33130ef26223f8b6775db83287303742a5cfa05..24c3e313f3c05f044f19ff318c11f7bedc6da624:/tools/cmake/Distrib.cmake diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index 2f9177eff3..865cc32233 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -359,18 +359,4 @@ add_custom_target(maintainer-clean WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" ) -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..." - DEPENDS simgrid simgrid graphicator simgrid-colorizer simgrid_update_xml - COMMAND ${NSIS_PROGRAM} simgrid.nsi - WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ - ) - endif() -endif() - include(CPack)