diff options
author | Brad King <brad.king@kitware.com> | 2022-02-04 13:18:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-02-04 13:18:12 (GMT) |
commit | 01b89d2547a04b25c462444dd5aac751f0ec54b0 (patch) | |
tree | e6ddd12305ee550864909a309aa594066a83a187 /Help/release | |
parent | c8a955584d5edeb426a0176da1847c84c3b99e89 (diff) | |
parent | cbb87e0a2c467cc9349e0d3180a5d2942fbca4e7 (diff) | |
download | CMake-01b89d2547a04b25c462444dd5aac751f0ec54b0.zip CMake-01b89d2547a04b25c462444dd5aac751f0ec54b0.tar.gz CMake-01b89d2547a04b25c462444dd5aac751f0ec54b0.tar.bz2 |
Merge topic 'ep-patch-USES_TERMINAL' into release-3.23
cbb87e0a2c ExternalProject: Add support for USES_TERMINAL_PATCH keyword
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6940
Diffstat (limited to 'Help/release')
-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. |