X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..541346e2e807f8383fa6568f4572550f353f0c01:/tools/cmake/Distrib.cmake diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index 6a2a461f7d..865cc32233 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -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)