summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2019-05-18 08:25:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-18 08:25:39 (GMT)
commit3bd8ed22e8017e5490b8e758f486433b005ace30 (patch)
tree345287512179b56dc428b5a8b688dc95d5b75947 /Help/release
parent8ada05980f1a12a2673f78f4ea7bab9df6b9d987 (diff)
parente3ff7ced630808e2e74f0853a720bc90d3f35abb (diff)
downloadCMake-3bd8ed22e8017e5490b8e758f486433b005ace30.zip
CMake-3bd8ed22e8017e5490b8e758f486433b005ace30.tar.gz
CMake-3bd8ed22e8017e5490b8e758f486433b005ace30.tar.bz2
Merge topic 'file-install-follow-symlink-chain'
e3ff7ced63 file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3332
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/file-install-follow-symlink-chain.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/file-install-follow-symlink-chain.rst b/Help/release/dev/file-install-follow-symlink-chain.rst
new file mode 100644
index 0000000..8d22512
--- /dev/null
+++ b/Help/release/dev/file-install-follow-symlink-chain.rst
@@ -0,0 +1,6 @@
+file-install-follow-symlink-chain
+---------------------------------
+
+* The :command:`file(INSTALL)` command learned a new argument,
+ ``FOLLOW_SYMLINK_CHAIN``, which can be used to recursively resolve and
+ install symlinks.