diff options
author | Brad King <brad.king@kitware.com> | 2018-10-11 07:43:02 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-11 08:11:21 -0400 |
commit | d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3 (patch) | |
tree | ddf656633a15d2de2e9e7a6188216e42a886cb38 /Help/release/3.13.rst | |
parent | bcfb2457030efcfdb84eef02230aa47f18072555 (diff) | |
parent | 0f48fbaa72fa254faaed6b586fcaa5d3c5c77798 (diff) | |
download | cmake-d26f5b68895b71c53d8ba3a77d1a99fbdd0decd3.tar.gz |
Merge branch 'backport-revert-install-code-script-genex' into release-3.13
Merge-request: !2474
Diffstat (limited to 'Help/release/3.13.rst')
-rw-r--r-- | Help/release/3.13.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst index b993775a3d..ed5f17f0bc 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. |