Skip to content

Commit

Permalink
Specify the requirement of Doxygen. (#5066)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt

Co-authored-by: Julien Marrec <julien.marrec@gmail.com>

---------

Co-authored-by: Julien Marrec <julien.marrec@gmail.com>
  • Loading branch information
wenyikuang and jmarrec committed Dec 29, 2023
1 parent 05c6076 commit 3c6fb08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,7 @@ mark_as_advanced(MAXIMIZE_CPU_USAGE)
# Doxygen
if(BUILD_DOCUMENTATION)
# need doxygen
find_package(Doxygen REQUIRED)

find_package(Doxygen 1.8.7...<1.8.9 REQUIRED)
# if have dot you have more options
#if(DOXYGEN_DOT_FOUND)

Expand Down

0 comments on commit 3c6fb08

Please sign in to comment.