diff options
author | Brad King <brad.king@kitware.com> | 2018-10-25 15:00:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-25 15:00:57 (GMT) |
commit | bb43a42bb95058b4661059be45f2425bb8363c59 (patch) | |
tree | 47af5521f1c7f6eaf2a7c95fa12ce41bcc6043a9 /Help/command/install_targets.rst | |
parent | 68b8fc4a8c4489ec2852ff1f28f1a7e861746ee9 (diff) | |
parent | c8e8c9cc7ca608602ccde413290f10bf2ebb24d5 (diff) | |
download | CMake-bb43a42bb95058b4661059be45f2425bb8363c59.zip CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.gz CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.bz2 |
Merge topic 'deprecation'
c8e8c9cc7c Help: Date deprecation of deprecated commands.
19998d7b3c Help: Use 'deprecated' template, and date deprecation of modules
dc1bb33578 Help: Add version number to deprecation note
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2523
Diffstat (limited to 'Help/command/install_targets.rst')
-rw-r--r-- | Help/command/install_targets.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/install_targets.rst b/Help/command/install_targets.rst index 49ca696..c9efdce 100644 --- a/Help/command/install_targets.rst +++ b/Help/command/install_targets.rst @@ -1,7 +1,9 @@ install_targets --------------- -Deprecated. Use the :command:`install(TARGETS)` command instead. +.. deprecated:: 3.0 + + Use the :command:`install(TARGETS)` command instead. This command has been superceded by the :command:`install` command. It is provided for compatibility with older CMake code. |