diff options
author | Brad King <brad.king@kitware.com> | 2020-10-07 17:27:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-10-08 13:30:26 (GMT) |
commit | e1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d (patch) | |
tree | c148baeacab8fd3822de5b0060d1745acdaab214 /Help | |
parent | 1b6c0b375ef7cff9c05ddf49f8cf9342e1dc32d8 (diff) | |
download | CMake-e1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d.zip CMake-e1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d.tar.gz CMake-e1ab55b4ca4cf6561c90a38dc8644cf3654e7b1d.tar.bz2 |
Help: Update Sphinx versionadded directives for 3.19 release
Run the script:
Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite
Diffstat (limited to 'Help')
-rw-r--r-- | Help/policy/CMP0110.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/Help/policy/CMP0110.rst b/Help/policy/CMP0110.rst index bc198aa..25a0008 100644 --- a/Help/policy/CMP0110.rst +++ b/Help/policy/CMP0110.rst @@ -1,6 +1,8 @@ CMP0110 ------- +.. versionadded:: 3.19 + :command:`add_test` supports arbitrary characters in test names. :command:`add_test` can now (officially) create tests with whitespace and diff --git a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst index 533cf6a..2fdf1a9 100644 --- a/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst +++ b/Help/prop_tgt/OPTIMIZE_DEPENDENCIES.rst @@ -1,6 +1,8 @@ OPTIMIZE_DEPENDENCIES --------------------- +.. versionadded:: 3.19 + Activates dependency optimization of static and object libraries. When this property is set to true, some dependencies for a static or object diff --git a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst index 10cdedc..2a79bca 100644 --- a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst +++ b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst @@ -1,6 +1,8 @@ XCODE_LINK_BUILD_PHASE_MODE --------------------------- +.. versionadded:: 3.19 + When using the :generator:`Xcode` generator, libraries to be linked will be specified in the Xcode project file using either the "Link Binary With Libraries" build phase or directly as linker flags. The former allows Xcode diff --git a/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst b/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst index eed352a..0ffb902 100644 --- a/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst +++ b/Help/variable/CMAKE_OPTIMIZE_DEPENDENCIES.rst @@ -1,4 +1,6 @@ CMAKE_OPTIMIZE_DEPENDENCIES --------------------------- +.. versionadded:: 3.19 + Initializes the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property. diff --git a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst index 587a5c9..d153061 100644 --- a/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst +++ b/Help/variable/CMAKE_XCODE_BUILD_SYSTEM.rst @@ -1,6 +1,8 @@ CMAKE_XCODE_BUILD_SYSTEM ------------------------ +.. versionadded:: 3.19 + Xcode build system selection. The :generator:`Xcode` generator defines this variable to indicate which diff --git a/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst index ee4d37e..17189c0 100644 --- a/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst +++ b/Help/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.rst @@ -1,6 +1,8 @@ CMAKE_XCODE_LINK_BUILD_PHASE_MODE --------------------------------- +.. versionadded:: 3.19 + This variable is used to initialize the :prop_tgt:`XCODE_LINK_BUILD_PHASE_MODE` property on targets. It affects the methods that the :generator:`Xcode` generator uses to link |