diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-02-03 11:00:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-03 14:27:35 (GMT) |
commit | cbb87e0a2c467cc9349e0d3180a5d2942fbca4e7 (patch) | |
tree | 5147648bb518fa80df0a0b590007ca9147783e2a /Help/release/3.23.rst | |
parent | 3d85c0072db6e97938b9fe7157483bcd41918b08 (diff) | |
download | CMake-cbb87e0a2c467cc9349e0d3180a5d2942fbca4e7.zip CMake-cbb87e0a2c467cc9349e0d3180a5d2942fbca4e7.tar.gz CMake-cbb87e0a2c467cc9349e0d3180a5d2942fbca4e7.tar.bz2 |
ExternalProject: Add support for USES_TERMINAL_PATCH keyword
This brings the patch step into line with all the others which already
had their own `USES_TERMINAL_<step>` keyword. All steps (including
patch) already have their own `LOG_<step>` keyword too, so the lack of
`USES_TERMINAL_PATCH` was inconsistent.
Diffstat (limited to 'Help/release/3.23.rst')
-rw-r--r-- | Help/release/3.23.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index 14fa47c..cce936b 100644 --- a/Help/release/3.23.rst +++ b/Help/release/3.23.rst @@ -145,6 +145,10 @@ Modules ``OBJCXX``, ``CUDA``, and ``HIP`` languages. It also now honors :variable:`CMAKE_SYSROOT` and :variable:`CMAKE_OSX_SYSROOT`. +* The :module:`ExternalProject` module's :command:`ExternalProject_Add` + command gained support for a ``USES_TERMINAL_PATCH`` option to give + the patch step exclusive terminal access. + * The :module:`FindCUDAToolkit` module now provides a target for ``libcufft_static_nocallback``, if found. |