Skip to content

Commit

Permalink
Fix cmake warning. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavies2 authored Jan 30, 2024
1 parent b9ade48 commit c1f5993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if (HAVE_ORCA_JEDI_DOCS)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API documentation with Doxygen"
VERBATIM )
else (DOXYGEN_FOUND)
else (HAVE_ORCA_JEDI_DOCS)
message("Doxygen need to be installed to generate the doxygen documentation")
endif (DOXYGEN_FOUND)
endif (HAVE_ORCA_JEDI_DOCS)

0 comments on commit c1f5993

Please sign in to comment.