diff options
author | Brad King <brad.king@kitware.com> | 2022-06-07 21:36:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-08 13:07:21 (GMT) |
commit | 253941634cab6ec7c463b08f28c64ea8f78e2dac (patch) | |
tree | 2901d588158baddc9359755421baa705fd33b4ee /Help | |
parent | a811489b35a394028d265614af515a2e106749bc (diff) | |
download | CMake-253941634cab6ec7c463b08f28c64ea8f78e2dac.zip CMake-253941634cab6ec7c463b08f28c64ea8f78e2dac.tar.gz CMake-253941634cab6ec7c463b08f28c64ea8f78e2dac.tar.bz2 |
Help: Update Sphinx versionadded directives for 3.24 release
Run the script:
Utilities/Sphinx/update_versions.py --since v3.23.0 --overwrite
Diffstat (limited to 'Help')
-rw-r--r-- | Help/envvar/ADSP_ROOT.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_ADSP_ROOT.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/Help/envvar/ADSP_ROOT.rst b/Help/envvar/ADSP_ROOT.rst index fabf1bb..ee2328b 100644 --- a/Help/envvar/ADSP_ROOT.rst +++ b/Help/envvar/ADSP_ROOT.rst @@ -1,6 +1,8 @@ ADSP_ROOT --------- +.. versionadded:: 3.24 + .. include:: ENV_VAR.txt The ``ADSP_ROOT`` environment variable specifies a default value diff --git a/Help/variable/CMAKE_ADSP_ROOT.rst b/Help/variable/CMAKE_ADSP_ROOT.rst index e6d903d..f6f3927 100644 --- a/Help/variable/CMAKE_ADSP_ROOT.rst +++ b/Help/variable/CMAKE_ADSP_ROOT.rst @@ -1,6 +1,8 @@ CMAKE_ADSP_ROOT --------------- +.. versionadded:: 3.24 + When :ref:`Cross Compiling for ADSP SHARC/Blackfin`, this variable holds the absolute path to the latest CCES or VDSP++ install. The directory is expected to contain the ``cc21k.exe`` and ``ccblkfn.exe`` compilers. diff --git a/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst b/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst index 58efccf..fc9b315 100644 --- a/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst +++ b/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst @@ -1,6 +1,8 @@ CMAKE_FIND_PACKAGE_TARGETS_GLOBAL --------------------------------- +.. versionadded:: 3.24 + Setting to ``TRUE`` promotes all :prop_tgt:`IMPORTED` targets discoverd by :command:`find_package` to a ``GLOBAL`` scope. diff --git a/Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst b/Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst index 944caa5..c68a36c 100644 --- a/Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst +++ b/Help/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.rst @@ -1,6 +1,8 @@ CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES --------------------------------------- +.. versionadded:: 3.24 + Set to a true value to tell the :command:`try_compile` command not to propagate any platform variables into the test project. |