diff options
author | Brad King <brad.king@kitware.com> | 2022-06-23 13:23:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-23 13:23:55 (GMT) |
commit | fd83847b14d34d6b81a9fd9be863003ac5fa1e00 (patch) | |
tree | 2d95b867cea04bbe60429837670fc27def1f050f /Help/release | |
parent | 46305219eb3df545b2dd19128ffb1a24d081b2a8 (diff) | |
parent | 9a0a94fdaaa04474ff37cb2896cda640d8013b43 (diff) | |
download | CMake-fd83847b14d34d6b81a9fd9be863003ac5fa1e00.zip CMake-fd83847b14d34d6b81a9fd9be863003ac5fa1e00.tar.gz CMake-fd83847b14d34d6b81a9fd9be863003ac5fa1e00.tar.bz2 |
Merge topic 'vs-compile-batching' into release-3.24
9a0a94fdaa VS: Add variable to to turn off Visual Studio compile batching
a7ebb73929 Help: Improve formatting in VS_NO_COMPILE_BATCHING docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7405
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.24.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index 63f88a9..2e165fe 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 ------- |