Skip to content

Commit

Permalink
Change default to not find doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Sep 19, 2023
1 parent f63265a commit 2c8ef7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ endif()

add_subdirectory(EXAMPLE)

add_subdirectory(DOC)
if (enable_doc)
add_subdirectory(DOC)
endif

# Generate various configure files with proper definitions

Expand Down

0 comments on commit 2c8ef7d

Please sign in to comment.