summaryrefslogtreecommitdiffstats
path: root/Help/command/install.rst
diff options
context:
space:
mode:
authorRobert Goulet <robert.goulet@autodesk.com>2015-09-23 21:15:29 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-24 13:13:03 (GMT)
commitbd189cc24e2292ab80dde7c0d0ac1cd9fafb2d35 (patch)
tree27ffc539451f22c4aff837ba8d5b26e97d52ad98 /Help/command/install.rst
parent69ab5f55026c7e884a70f04aa7ddef776f74305b (diff)
downloadCMake-bd189cc24e2292ab80dde7c0d0ac1cd9fafb2d35.zip
CMake-bd189cc24e2292ab80dde7c0d0ac1cd9fafb2d35.tar.gz
CMake-bd189cc24e2292ab80dde7c0d0ac1cd9fafb2d35.tar.bz2
install: Allow generator expressions in DIRECTORY DESTINATION
Diffstat (limited to 'Help/command/install.rst')
-rw-r--r--Help/command/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst
index 9c17bba..423899e 100644
--- a/Help/command/install.rst
+++ b/Help/command/install.rst
@@ -271,6 +271,10 @@ will install the ``icons`` directory to ``share/myproj/icons`` and the
file permissions, the scripts will be given specific permissions, and any
``CVS`` directories will be excluded.
+The install destination given to the directory install ``DESTINATION`` may
+use "generator expressions" with the syntax ``$<...>``. See the
+:manual:`cmake-generator-expressions(7)` manual for available expressions.
+
Custom Installation Logic
^^^^^^^^^^^^^^^^^^^^^^^^^