We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e04e07 commit d4e7475Copy full SHA for d4e7475
1 file changed
CMakeLists.txt
@@ -213,6 +213,10 @@ endif(TFEL_FOUND)
213
214
#documentations
215
216
+if(enable-doxygen-doc OR enable-website)
217
+ add_custom_target(doc)
218
+endif(enable-doxygen-doc OR enable-website)
219
+
220
# add a target to generate API documentation with Doxygen
221
option(enable-doxygen-doc "enable generation of the Doxygen documentation" OFF)
222
if(enable-doxygen-doc)
@@ -259,10 +263,6 @@ else(enable-website)
259
263
message(STATUS "Generation of the MGIS website disabled")
260
264
endif(enable-website)
261
265
262
-if(enable-doxygen-doc OR enable-website)
- add_custom_target(doc)
-endif(enable-doxygen-doc OR enable-website)
-
266
add_subdirectory(docs)
267
268
# testing
0 commit comments