X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e9136741166e692a63192e79061ac507eb244252..50c07172efbd6c3b73c787c2c200048d3205b640:/buildtools/Cmake/GenerateDocWin.cmake diff --git a/buildtools/Cmake/GenerateDocWin.cmake b/buildtools/Cmake/GenerateDocWin.cmake index b1fa93ce57..a7bc518d4f 100644 --- a/buildtools/Cmake/GenerateDocWin.cmake +++ b/buildtools/Cmake/GenerateDocWin.cmake @@ -10,14 +10,14 @@ if(WGET_PATH) COMMENT "Downloading the SimGrid documentation..." COMMAND ${WGET_PATH}/wget.exe -r -np -nH -nd http://simgrid.gforge.inria.fr/simgrid/${release_version}/doc/ WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/doc/html - ) -endif(WGET_PATH) + ) +endif() if(NSIS_PATH) -ADD_CUSTOM_TARGET(nsis - COMMENT "Generating the SimGrid installor for Windows..." - DEPENDS simgrid simgrid gras graphicator tesh simgrid-colorizer simgrid_update_xml - COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi - WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ -) -endif(NSIS_PATH) \ No newline at end of file + ADD_CUSTOM_TARGET(nsis + COMMENT "Generating the SimGrid installor for Windows..." + DEPENDS simgrid simgrid graphicator tesh simgrid-colorizer simgrid_update_xml + COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi + WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ + ) +endif() \ No newline at end of file