FindDoxygen: Use gerund form "Generating" instead of "Generate"

This aligns the default comment produced by doxygen_add_docs() a bit
with the other CMake comments used at build phase.
This commit is contained in:
Peter Kokot
2025-05-08 22:36:18 +02:00
parent dd835c8b2b
commit 9daa3e175d

View File

@@ -874,7 +874,7 @@ function(doxygen_add_docs targetName)
${ARGN})
if(NOT _args_COMMENT)
set(_args_COMMENT "Generate API documentation for ${targetName}")
set(_args_COMMENT "Generating API documentation for ${targetName}")
endif()
if(NOT _args_WORKING_DIRECTORY)