Skip to content

Commit

Permalink
minimum doxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
GelilaSeifu authored and fboemer committed Oct 25, 2021
1 parent 41511d4 commit b084d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

# Build Doxygen documentation
find_package(Doxygen REQUIRED)
SET(DOXYGEN_MIN_VERSION "1.8.17")
find_package(Doxygen ${DOXYGEN_MIN_VERSION} REQUIRED)

set(DOXYGEN_INDEX_FILE ${CMAKE_CURRENT_SOURCE_DIR}/doxygen/xml/indexl.html)
set(DOXYGEN_OUTPUT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/doxygen)
Expand Down

0 comments on commit b084d29

Please sign in to comment.