We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695ff81 commit d2ba42dCopy full SHA for d2ba42d
1 file changed
CMakeLists.txt
@@ -215,6 +215,7 @@ endif(TFEL_FOUND)
215
216
# add a target to generate API documentation with Doxygen
217
option(enable-doxygen-doc "enable generation of the Doxygen documentation" OFF)
218
+option(enable-website "enable generation of the website" ON)
219
220
if(enable-doxygen-doc OR enable-website)
221
add_custom_target(doc)
@@ -242,7 +243,6 @@ else(enable-doxygen-doc)
242
243
message(STATUS "doxygen documentation is not enabled")
244
endif(enable-doxygen-doc)
245
-option(enable-website "enable generation of the website" ON)
246
if(enable-website)
247
set(MGIS_GENERATE_WEBSITE OFF)
248
# Looking for pandoc (http://johnmacfarlane.net/pandoc)
0 commit comments