FindDoxygen: Use ADDITIONAL_CLEAN_FILES for cleaning

Replace use of the deprecated `ADDITIONAL_MAKE_CLEAN_FILES` directory property
with the new `ADDITIONAL_CLEAN_FILES` directory property.
This commit is contained in:
Sebastian Holtermann
2019-05-15 12:55:48 +02:00
parent 4edc0ef359
commit 2532e00339
+1 -1
View File
@@ -974,7 +974,7 @@ doxygen_add_docs() for target ${targetName}")
"${DOXYGEN_OUTPUT_DIRECTORY}/${DOXYGEN_HTML_OUTPUT}") "${DOXYGEN_OUTPUT_DIRECTORY}/${DOXYGEN_HTML_OUTPUT}")
endif() endif()
set_property(DIRECTORY APPEND PROPERTY set_property(DIRECTORY APPEND PROPERTY
ADDITIONAL_MAKE_CLEAN_FILES "${_args_clean_html_dir}") ADDITIONAL_CLEAN_FILES "${_args_clean_html_dir}")
endif() endif()
# Build up a list of files we can identify from the inputs so we can list # Build up a list of files we can identify from the inputs so we can list