summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-03 10:12:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-03 10:12:31 (GMT)
commit85a9f056a12582028123e88c4c9985ab2bf1220a (patch)
treeddcc05a3ec76fc2f084dc0a22f012b471509d91d /Help/release
parent007109b20f8ef07cc8d473bf7bc3b97d4c3cd2b4 (diff)
parent056489d567b657bd1ebeae8bf78f4937f900b2e0 (diff)
downloadCMake-85a9f056a12582028123e88c4c9985ab2bf1220a.zip
CMake-85a9f056a12582028123e88c4c9985ab2bf1220a.tar.gz
CMake-85a9f056a12582028123e88c4c9985ab2bf1220a.tar.bz2
Merge topic 'imported-local-target-alias'
056489d567 add_library/add_executable: allow local alias to imported targets 254f2b9058 Help: add_executable: Add TOC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4837
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/alias-local-imported-target.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/alias-local-imported-target.rst b/Help/release/dev/alias-local-imported-target.rst
new file mode 100644
index 0000000..026d793
--- /dev/null
+++ b/Help/release/dev/alias-local-imported-target.rst
@@ -0,0 +1,6 @@
+alias-local-imported-target
+---------------------------
+
+* :command:`add_library` and :command:`add_executable` gain the capability
+ to create an ``ALIAS`` to
+ non-``GLOBAL`` :ref:`Imported Target <Imported Targets>`.