Renumber post-3.31 development from 3.32 to 4.0

Issue: #26613
This commit is contained in:
Brad King
2025-01-16 09:08:49 -05:00
parent 1d5c1b0023
commit bd176b430c
51 changed files with 69 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
CMAKE_DEBUGGER_WORKING_DIRECTORY
--------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
This variable is used to initialize the :prop_tgt:`DEBUGGER_WORKING_DIRECTORY`
property on each target as it is created. See that target property

View File

@@ -1,7 +1,7 @@
CMAKE_EXECUTE_PROCESS_COMMAND_ERROR_IS_FATAL
--------------------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Specify a default for the :command:`execute_process` command's
``COMMAND_ERROR_IS_FATAL`` option. This variable is ignored when a

View File

@@ -1,7 +1,7 @@
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG
----------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Defines the syntax of compiler driver option to pass options to the archiver
tool. It will be used to translate the ``ARCHIVER:`` prefix in the static

View File

@@ -1,7 +1,7 @@
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG_SEP
--------------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
This variable is used with :variable:`CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG`
variable to format ``ARCHIVER:`` prefix in the static library options

View File

@@ -1,7 +1,7 @@
CMAKE_<LANG>_LINK_MODE
----------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Defines how the link step is done. The possible values are:

View File

@@ -1,7 +1,7 @@
CMAKE_LINK_WARNING_AS_ERROR
---------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Specify whether to treat warnings on link as errors.

View File

@@ -1,7 +1,7 @@
CMAKE_LIST_FILE_NAME
--------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
The name of the CMake project files. This determines the top-level file
processed when CMake is configured, and the file processed by

View File

@@ -1,7 +1,7 @@
CMAKE_XCODE_SCHEME_LLDB_INIT_FILE
---------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Property value for ``LLDB Init File`` in the Info section of the generated Xcode
scheme.

View File

@@ -1,7 +1,7 @@
CMAKE_XCODE_SCHEME_TEST_CONFIGURATION
-------------------------------------
.. versionadded:: 3.32
.. versionadded:: 4.0
Set the build configuration to test the target.