mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Forward it to `add_custom_target()` and `add_custom_command()` so that doxygen has access to the terminal when possible. Fixes: #25359
7 lines
238 B
ReStructuredText
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.
|