X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3a1127888725e3075adff3ad323dc1357351530..5a56032a41336f0ae76fe5d8845599b403f73688:/buildtools/Cmake/GenerateDocWin.cmake diff --git a/buildtools/Cmake/GenerateDocWin.cmake b/buildtools/Cmake/GenerateDocWin.cmake index 61d1a47d47..7283e59b42 100644 --- a/buildtools/Cmake/GenerateDocWin.cmake +++ b/buildtools/Cmake/GenerateDocWin.cmake @@ -11,7 +11,7 @@ if(WGET_PATH) 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 @@ -20,4 +20,4 @@ if(NSIS_PATH) COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ ) -endif(NSIS_PATH) \ No newline at end of file +endif() \ No newline at end of file