]> AND Public Git Repository - simgrid.git/blobdiff - CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free cursor when returning from inside a xbt_dict_foreach loop.
[simgrid.git] / CMakeLists.txt
index 5abe010bf97b4e22dafa0350fb1056b6f446c78e..63df508e2394558801d99c92f6c033060bd6804f 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)
-       add_dependencies(simgrid_documentation APPEND_DOC)
 endif(enable_doc)
 
 ### Make Simgrid.jar and Java examples