X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/145df5da7bc0323bf1817c9c8602482726aa5a08..7e9089a13ddf2e277b8c25877aef808174f9fffa:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index dff73aab7d..ae5f9c6df8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1180,7 +1180,7 @@ else() find_program(WGET_PROGRAM NAMES wget) message(STATUS "wget: ${WGET_PROGRAM}") if(WGET_PROGRAM) - ADD_CUSTOM_TARGET(simgrid_documentation + ADD_CUSTOM_TARGET(documentation COMMENT "Downloading the SimGrid documentation..." COMMAND ${WGET_PROGRAM} -r -np -nH -nd http://simgrid.gforge.inria.fr/simgrid/${release_version}/doc/ WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/doc/html