diff options
author | Brad King <brad.king@kitware.com> | 2018-10-11 12:14:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-11 12:14:48 (GMT) |
commit | fd0e40f1667ed7e835d5a6fcbcf3b4d6489dff2c (patch) | |
tree | 5ca0ecf21fcd73214f878c34e77a23a3b7ec38b2 /Help/command | |
parent | e2dd6ac9776e4f5a1995dfc606480b627fdbce72 (diff) | |
parent | 0f48fbaa72fa254faaed6b586fcaa5d3c5c77798 (diff) | |
download | CMake-fd0e40f1667ed7e835d5a6fcbcf3b4d6489dff2c.zip CMake-fd0e40f1667ed7e835d5a6fcbcf3b4d6489dff2c.tar.gz CMake-fd0e40f1667ed7e835d5a6fcbcf3b4d6489dff2c.tar.bz2 |
Merge branch 'backport-revert-install-code-script-genex' into revert-install-code-script-genex
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/install.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index 08c5718..98074d0 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -442,10 +442,6 @@ example, the code will print a message during installation. -The contents of ``SCRIPT`` or ``CODE`` may use "generator expressions" with -the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` -manual for available expressions. - Installing Exports ^^^^^^^^^^^^^^^^^^ |