Skip to content

Commit

Permalink
EnableDoxygen: make Doxygen package required
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jul 31, 2024
1 parent 8f33a59 commit a38d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cmake/EnableDoxygen.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doxygen documentation- Matt Masarik 24-Jul-2024.
function(EnableDoxygen outdir)
find_package(Doxygen)
find_package(Doxygen REQUIRED)
if (NOT DOXYGEN_FOUND)
add_custom_target(enable_docs
COMMAND false
Expand Down

0 comments on commit a38d9eb

Please sign in to comment.