From: Augustin Degomme Date: Thu, 26 Sep 2013 16:57:22 +0000 (+0200) Subject: no more tesh target on win X-Git-Tag: v3_9_90~71^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4aa1db33d4c97c83352c2d04cc60032f64b74b5a?ds=sidebyside no more tesh target on win --- diff --git a/buildtools/Cmake/GenerateDocWin.cmake b/buildtools/Cmake/GenerateDocWin.cmake index a7bc518d4f..71b7f8dba0 100644 --- a/buildtools/Cmake/GenerateDocWin.cmake +++ b/buildtools/Cmake/GenerateDocWin.cmake @@ -16,8 +16,8 @@ endif() if(NSIS_PATH) ADD_CUSTOM_TARGET(nsis COMMENT "Generating the SimGrid installor for Windows..." - DEPENDS simgrid simgrid graphicator tesh simgrid-colorizer simgrid_update_xml + DEPENDS simgrid simgrid graphicator simgrid-colorizer simgrid_update_xml COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ ) -endif() \ No newline at end of file +endif()