File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,14 @@ if(TFEL_FOUND)
212
212
endif (TFEL_FOUND)
213
213
214
214
#documentations
215
+ option (enable-doxygen-doc "enable generation of the Doxygen documentation" OFF )
216
+ option (enable-website "enable generation of the website" ON )
215
217
216
218
if (enable-doxygen-doc OR enable-website)
217
219
add_custom_target (doc )
218
220
endif (enable-doxygen-doc OR enable-website)
219
221
220
222
# add a target to generate API documentation with Doxygen
221
- option (enable-doxygen-doc "enable generation of the Doxygen documentation" OFF )
222
223
if (enable-doxygen-doc )
223
224
file (MAKE_DIRECTORY ${CMAKE_BINARY_DIR} /docs)
224
225
find_package (Doxygen)
@@ -241,7 +242,6 @@ else(enable-doxygen-doc)
241
242
message (STATUS "doxygen documentation is not enabled" )
242
243
endif (enable-doxygen-doc )
243
244
244
- option (enable-website "enable generation of the website" ON )
245
245
if (enable-website)
246
246
set (MGIS_GENERATE_WEBSITE OFF )
247
247
# Looking for pandoc (http://johnmacfarlane.net/pandoc)
You can’t perform that action at this time.
0 commit comments