Guard Doxygen finder

This commit is contained in:
Jan Möbius
2019-01-14 13:09:48 +01:00
parent 24ba832b08
commit 3d799d72c6

View File

@@ -18,8 +18,9 @@
# author Jan Woetzel 2004-2006 # author Jan Woetzel 2004-2006
# www.mip.informatik.uni-kiel.de/~jw # www.mip.informatik.uni-kiel.de/~jw
if ( NOT DOXYGEN_FOUND)
FIND_PACKAGE(Doxygen) FIND_PACKAGE(Doxygen)
endif()
IF (DOXYGEN_FOUND) IF (DOXYGEN_FOUND)
@@ -119,4 +120,4 @@ IF (DOXYGEN_FOUND)
ENDIF(HTML_HELP_COMPILER) ENDIF(HTML_HELP_COMPILER)
# MESSAGE(SEND_ERROR "HTML_HELP_COMPILER=${HTML_HELP_COMPILER}") # MESSAGE(SEND_ERROR "HTML_HELP_COMPILER=${HTML_HELP_COMPILER}")
ENDIF (WIN32) ENDIF (WIN32)
ENDIF(DOXYGEN_FOUND) ENDIF(DOXYGEN_FOUND)