Skip to content

Commit

Permalink
Fix Issue #128
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Mar 13, 2024
1 parent 695ff81 commit d2ba42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ endif(TFEL_FOUND)

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

if(enable-doxygen-doc OR enable-website)
add_custom_target(doc)
Expand Down Expand Up @@ -242,7 +243,6 @@ else(enable-doxygen-doc)
message(STATUS "doxygen documentation is not enabled")
endif(enable-doxygen-doc)

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

0 comments on commit d2ba42d

Please sign in to comment.