Skip to content

Commit f7dd2e8

Browse files
Merge pull request #2516 from fidergo-stephane-gourichon/master
When configuring with WITH_DOCS, but Doxygen is not available, prevent generation.
2 parents 85c17b4 + 89112ab commit f7dd2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doxygen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(WITH_DOCS)
2-
find_package(Doxygen)
2+
find_package(Doxygen REQUIRED)
33
if(DOXYGEN_FOUND)
44
find_package(HTMLHelp)
55
endif(DOXYGEN_FOUND)

0 commit comments

Comments
 (0)