Skip to content

Commit

Permalink
Change docs build to invoke Doxygen itself (like the main repo does)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsmie committed Nov 2, 2022
1 parent be2cfab commit b5cbb68
Show file tree
Hide file tree
Showing 13 changed files with 216 additions and 475 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")

option(BUILD_DOCS "Build documentation." OFF)
# By default building the testing tree is enabled by including CTest, but
# since it is not required to build the project, switch to off by default.
option(BUILD_TESTING "Build the testing tree." OFF)
Expand Down Expand Up @@ -295,6 +294,4 @@ if(BUILD_EXAMPLES)
add_subdirectory(examples)
endif()

add_subdirectory(docs)

include(CMakeCPack.cmake)
Loading

0 comments on commit b5cbb68

Please sign in to comment.