Files
cmake/Help/release/dev/FindDoxygen-USES_TERMINAL.rst
James Miro 89de655356 FindDoxygen: Add USES_TERMINAL option to doxygen_add_docs()
Forward it to `add_custom_target()` and `add_custom_command()`
so that doxygen has access to the terminal when possible.

Fixes: #25359
2026-06-23 16:26:12 -04:00

7 lines
238 B
ReStructuredText

FindDoxygen-USES_TERMINAL
-------------------------
* The :module:`FindDoxygen` module :command:`doxygen_add_docs` command
gained a ``USES_TERMINAL`` option to give the Doxygen command direct
access to the terminal during the build.