Skip to content

Commit d2ba42d

Browse files
committed
Fix Issue #128
1 parent 695ff81 commit d2ba42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ endif(TFEL_FOUND)
215215

216216
# add a target to generate API documentation with Doxygen
217217
option(enable-doxygen-doc "enable generation of the Doxygen documentation" OFF)
218+
option(enable-website "enable generation of the website" ON)
218219

219220
if(enable-doxygen-doc OR enable-website)
220221
add_custom_target(doc)
@@ -242,7 +243,6 @@ else(enable-doxygen-doc)
242243
message(STATUS "doxygen documentation is not enabled")
243244
endif(enable-doxygen-doc)
244245

245-
option(enable-website "enable generation of the website" ON)
246246
if(enable-website)
247247
set(MGIS_GENERATE_WEBSITE OFF)
248248
# Looking for pandoc (http://johnmacfarlane.net/pandoc)

0 commit comments

Comments
 (0)