diff options
author | Brad King <brad.king@kitware.com> | 2018-10-11 11:43:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-11 12:11:21 (GMT) |
commit | d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3 (patch) | |
tree | ddf656633a15d2de2e9e7a6188216e42a886cb38 /Help | |
parent | bcfb2457030efcfdb84eef02230aa47f18072555 (diff) | |
parent | 0f48fbaa72fa254faaed6b586fcaa5d3c5c77798 (diff) | |
download | CMake-d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3.zip CMake-d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3.tar.gz CMake-d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3.tar.bz2 |
Merge branch 'backport-revert-install-code-script-genex' into release-3.13
Merge-request: !2474
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/install.rst | 4 | ||||
-rw-r--r-- | Help/release/3.13.rst | 3 |
2 files changed, 0 insertions, 7 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 ^^^^^^^^^^^^^^^^^^ diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst index b993775..ed5f17f 100644 --- a/Help/release/3.13.rst +++ b/Help/release/3.13.rst @@ -61,9 +61,6 @@ Commands * The :command:`add_link_options` command was created to add link options in the current directory. -* The :command:`install(CODE)` and :command:`install(SCRIPT)` commands - learned to support generator expressions. - * The :command:`install(TARGETS)` command learned to install targets created outside the current directory. |