summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2021-05-19 19:19:38 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2021-06-04 19:25:18 (GMT)
commit72f2448e82d8b3e90fa733cb6c631298083ae06b (patch)
tree5f3d188fdc18258fafc2dfec485ce1d8dbce33c1 /Help/release
parent0c3c6acaff7e59712bdfc6ef66292ccebe8c5bcb (diff)
downloadCMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.zip
CMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.tar.gz
CMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.tar.bz2
Help: Add documentation for runtime dependency installation
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/install-runtime-dependencies.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/install-runtime-dependencies.rst b/Help/release/dev/install-runtime-dependencies.rst
new file mode 100644
index 0000000..58c92e6
--- /dev/null
+++ b/Help/release/dev/install-runtime-dependencies.rst
@@ -0,0 +1,9 @@
+install-runtime-dependencies
+----------------------------
+
+* The :command:`install(TARGETS)` command gained new ``RUNTIME_DEPENDENCIES``
+ and ``RUNTIME_DEPENDENCY_SET`` arguments, which can be used to install
+ runtime dependencies using :command:`file(GET_RUNTIME_DEPENDENCIES)`.
+* The :command:`install` command gained a new ``RUNTIME_DEPENDENCY_SET`` mode,
+ which can be used to install runtime dependencies using
+ :command:`file(GET_RUNTIME_DEPENDENCIES)`.