summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-05-16 19:23:14 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-05-16 19:25:33 (GMT)
commite3ff7ced630808e2e74f0853a720bc90d3f35abb (patch)
treef286583c27907518bf65c930cfe883fc88556673 /Help/release/dev
parent64a7f491ef8ab6f70a77f89c91d1e7e9d549333e (diff)
downloadCMake-e3ff7ced630808e2e74f0853a720bc90d3f35abb.zip
CMake-e3ff7ced630808e2e74f0853a720bc90d3f35abb.tar.gz
CMake-e3ff7ced630808e2e74f0853a720bc90d3f35abb.tar.bz2
file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument
Diffstat (limited to 'Help/release/dev')
-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.