Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory errors in gras_os_myname.
[simgrid.git] / CMakeLists.txt
index bd14e3a..63df508 100644 (file)
@@ -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