mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user