build: replace find_package(Doxygen) with the result from check_deps

This commit is contained in:
Gabriel Ferreira
2022-11-02 15:35:57 -03:00
parent 77a583ef08
commit 52bb99f81f

View File

@@ -975,7 +975,7 @@ macro(process_options)
add_custom_target(doxygen-no-build COMMAND ${doxygen_missing_msg})
else()
# We checked this already exists, but we need the path to the executable
find_package(Doxygen QUIET)
set(DOXYGEN_EXECUTABLE ${DOXYGEN})
# Get introspected doxygen
add_custom_target(