X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1200f988dcce17b10995afcf7b943fcbffa7a0c0..97dd790d2875867c6370ad0e46b77d2e9398a2cf:/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