summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-02 14:43:11 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-03 12:53:46 (GMT)
commit9334b5bd7bb7eac496a6c1aad2b467638262c047 (patch)
tree57ec2ddb76b680c6a37ca7f390a59140bed3bb65 /Help/prop_tgt
parente61969c59e2d928834f5126857476db6f6829295 (diff)
downloadCMake-9334b5bd7bb7eac496a6c1aad2b467638262c047.zip
CMake-9334b5bd7bb7eac496a6c1aad2b467638262c047.tar.gz
CMake-9334b5bd7bb7eac496a6c1aad2b467638262c047.tar.bz2
Help: Update Sphinx versionadded directives for 3.23 release
Run the script: Utilities/Sphinx/update_versions.py --since v3.22.0 --overwrite Manually select updates that really belong to the 3.23 release, as against adding documentation for previously-existing entities.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/IMPORTED_NO_SYSTEM.rst2
-rw-r--r--Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst2
-rw-r--r--Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst2
3 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst b/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
index f6ad3e5..ee22d6f 100644
--- a/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
+++ b/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
@@ -1,6 +1,8 @@
IMPORTED_NO_SYSTEM
------------------
+.. versionadded:: 3.23
+
Specifies that an :ref:`Imported Target <Imported Targets>` is not
a ``SYSTEM`` library. This has the following effects:
diff --git a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst
index 1a6ebd1..0507261 100644
--- a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst
+++ b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst
@@ -1,6 +1,8 @@
INTERFACE_LINK_LIBRARIES_DIRECT
-------------------------------
+.. versionadded:: 3.23
+
List of libraries that consumers of this library should treat
as direct link dependencies.
diff --git a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst
index ecab8a0..c92f142 100644
--- a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst
+++ b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst
@@ -1,6 +1,8 @@
INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE
---------------------------------------
+.. versionadded:: 3.23
+
List of libraries that consumers of this library should *not* treat
as direct link dependencies.