summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-22 15:52:27 (GMT)
committerBrad King <brad.king@kitware.com>2022-06-22 16:07:03 (GMT)
commit9a0a94fdaaa04474ff37cb2896cda640d8013b43 (patch)
tree8d3ec7008317915b8838e26baba841e6fb30f1e8 /Help/release
parenta7ebb73929cacecb782bc95a588c37acde1c7185 (diff)
downloadCMake-9a0a94fdaaa04474ff37cb2896cda640d8013b43.zip
CMake-9a0a94fdaaa04474ff37cb2896cda640d8013b43.tar.gz
CMake-9a0a94fdaaa04474ff37cb2896cda640d8013b43.tar.bz2
VS: Add variable to to turn off Visual Studio compile batching
Extend the change from commit b764c7c273 (VS: Add property to turn off Visual Studio compile batching, 2022-02-07, v3.24.0-rc1~710^2) by adding a variable to initialize the property on every target. Issue: #23179 Fixes: #23639
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.24.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst
index d0db764..ce05816 100644
--- a/Help/release/3.24.rst
+++ b/Help/release/3.24.rst
@@ -154,6 +154,11 @@ Variables
were added to enable build rules that verify all headers in header sets
can be used on their own.
+* The :variable:`CMAKE_VS_NO_COMPILE_BATCHING` variable and corresponding
+ :prop_tgt:`VS_NO_COMPILE_BATCHING` target property were added to
+ tell :ref:`Visual Studio Generators` whether to disable compiler
+ parallelism and call the compiler with one source file at a time.
+
* The :variable:`CMAKE_WATCOM_RUNTIME_LIBRARY` variable and
:prop_tgt:`WATCOM_RUNTIME_LIBRARY` target property were introduced to
select the runtime library used by compilers targeting the Watcom ABI.
@@ -185,10 +190,6 @@ Properties
than one ``static void Main(string[])`` function signature is available
in a managed .NET project.
-* The :prop_tgt:`VS_NO_COMPILE_BATCHING` target property was added to
- tell :ref:`Visual Studio Generators` whether to disable compiler parallelism
- and call the compiler with one source file at a time.
-
Modules
-------