mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
611eb26b9d
The new option enables the behavior of only building if sources change.
8 lines
355 B
ReStructuredText
8 lines
355 B
ReStructuredText
doxygen-add-docs-USE_STAMP_FILE
|
|
-------------------------------
|
|
|
|
* The :command:`doxygen_add_docs` command from the :module:`FindDoxygen`
|
|
module gained a new ``USE_STAMP_FILE`` option. When this option present,
|
|
the custom target created by the command will only re-run Doxygen if any
|
|
of the source files have changed since the last successful run.
|