X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59f0ccab0a7db2865dc859602d441822a79e855f..3ef766de9bcfde2fa7534b57ac68253b461f4988:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 5abe010bf9..63df508e23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,9 +149,6 @@ endif(WIN32) ### Build the doc if(enable_doc) include(${PROJECT_DIRECTORY}/buildtools/Cmake/GenerateDoc.cmake) - - ADD_CUSTOM_TARGET(simgrid_documentation ALL) - add_dependencies(simgrid_documentation APPEND_DOC) endif(enable_doc) ### Make Simgrid.jar and Java examples