diff options
author | Brad King <brad.king@kitware.com> | 2021-10-07 15:16:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-07 15:25:51 (GMT) |
commit | 9f0b52b8e649ddf629fa82eee63a46ea7bcf16c5 (patch) | |
tree | 3d1dfa4fb4bb265d0c1ed95f09acafd8e2b5c9b3 | |
parent | c632a7105c1bd3cfaac82b6961efb8ac6c848b6e (diff) | |
download | CMake-9f0b52b8e649ddf629fa82eee63a46ea7bcf16c5.zip CMake-9f0b52b8e649ddf629fa82eee63a46ea7bcf16c5.tar.gz CMake-9f0b52b8e649ddf629fa82eee63a46ea7bcf16c5.tar.bz2 |
Help: Update Sphinx versionadded directives for 3.22 release
Run the script:
Utilities/Sphinx/update_versions.py --since v3.21.0 --overwrite
Manually select updates that really belong to the 3.22 release, as
against adding documentation for previously-existing entities.
-rw-r--r-- | Help/policy/CMP0127.rst | 2 | ||||
-rw-r--r-- | Help/prop_test/ENVIRONMENT_MODIFICATION.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Help/policy/CMP0127.rst b/Help/policy/CMP0127.rst index 8560bbf..2106110 100644 --- a/Help/policy/CMP0127.rst +++ b/Help/policy/CMP0127.rst @@ -1,6 +1,8 @@ CMP0127 ------- +.. versionadded:: 3.22 + :command:`cmake_dependent_option` supports full :ref:`Condition Syntax`. The ``<depends>`` parameter accepts a :ref:`semicolon-separated list <CMake diff --git a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst index ffd5de4..0031210 100644 --- a/Help/prop_test/ENVIRONMENT_MODIFICATION.rst +++ b/Help/prop_test/ENVIRONMENT_MODIFICATION.rst @@ -1,6 +1,8 @@ ENVIRONMENT_MODIFICATION ------------------------ +.. versionadded:: 3.22 + Specify environment variables that should be modified for running a test. Note that the operations performed by this property are performed after the :prop_test:`ENVIRONMENT` property is already applied. diff --git a/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst b/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst index 518bca7..3533ef9 100644 --- a/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst +++ b/Help/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.rst @@ -1,6 +1,8 @@ Fortran_BUILDING_INSTRINSIC_MODULES ----------------------------------- +.. versionadded:: 3.22 + Instructs the CMake Fortran preprocessor that the target is building Fortran intrinsics for building a Fortran compiler. |