diff options
author | Brad King <brad.king@kitware.com> | 2023-06-06 17:17:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-06 17:18:16 (GMT) |
commit | 6bc97b453cc775dd90aac5fe6e5c13c2c425f697 (patch) | |
tree | 85f0aecf6152abb884e86fc3420e5a94c563303b | |
parent | 78d2c9fef0745ffd67929a76497bf88d1b04e590 (diff) | |
download | CMake-6bc97b453cc775dd90aac5fe6e5c13c2c425f697.zip CMake-6bc97b453cc775dd90aac5fe6e5c13c2c425f697.tar.gz CMake-6bc97b453cc775dd90aac5fe6e5c13c2c425f697.tar.bz2 |
Help: Update Sphinx versionadded directives for 3.27 release
Run the script:
Utilities/Sphinx/update_versions.py --since v3.26.0 --overwrite
Manually remove directives added to new documentation of existing
environment variables.
-rw-r--r-- | Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst b/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst index 84212c8..37d6276 100644 --- a/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst +++ b/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst @@ -1,6 +1,8 @@ AUTOGEN_USE_SYSTEM_INCLUDE -------------------------- +.. versionadded:: 3.27 + ``AUTOGEN_USE_SYSTEM_INCLUDE`` is a boolean property that can be set on a target to indicate that the autogen target include directory should be added as a system include directory or normal include directory to the |