X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35ec45b279eb57aaa44028ab6d19d747fe903071..db1f48d8efc84c68eecb0e2503fb12079b1fe935:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index bd14e3a64c..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 - DEPENDS ${PROJECT_DIRECTORY}/doc/html/generated) endif(enable_doc) ### Make Simgrid.jar and Java examples