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 /Help/prop_test/ENVIRONMENT_MODIFICATION.rst | |
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.
Diffstat (limited to 'Help/prop_test/ENVIRONMENT_MODIFICATION.rst')
-rw-r--r-- | Help/prop_test/ENVIRONMENT_MODIFICATION.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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. |