diff options
author | Brad King <brad.king@kitware.com> | 2024-03-29 13:14:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-03-29 13:15:11 (GMT) |
commit | bd3eaf83a17920ac4b8fb03a808a57e58aa016ca (patch) | |
tree | fce853df3d39a0c5ea74b9bdfb84406e47730345 /Help | |
parent | 04c3734a8a0756dfd76109c9eef92875578a60c5 (diff) | |
parent | 8cbd6f575488220948c3fff3249c683b21a7dae7 (diff) | |
download | CMake-bd3eaf83a17920ac4b8fb03a808a57e58aa016ca.zip CMake-bd3eaf83a17920ac4b8fb03a808a57e58aa016ca.tar.gz CMake-bd3eaf83a17920ac4b8fb03a808a57e58aa016ca.tar.bz2 |
Merge topic 'move-install-note'
8cbd6f5754 Help: Fix location of install() note about superseded commands
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9382
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/install.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index 6da077e..b2742d6 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -898,16 +898,6 @@ Signatures executable from the installation tree using the imported target name ``mp_myexe`` as if the target were built in its own tree. - .. note:: - This command supersedes the :command:`install_targets` command and - the :prop_tgt:`PRE_INSTALL_SCRIPT` and :prop_tgt:`POST_INSTALL_SCRIPT` - target properties. It also replaces the ``FILES`` forms of the - :command:`install_files` and :command:`install_programs` commands. - The processing order of these install rules relative to - those generated by :command:`install_targets`, - :command:`install_files`, and :command:`install_programs` commands - is not defined. - .. signature:: install(RUNTIME_DEPENDENCY_SET <set-name> [...]) @@ -971,6 +961,16 @@ Signatures * ``POST_INCLUDE_FILES <file>...`` * ``POST_EXCLUDE_FILES <file>...`` +.. note:: + This command supersedes the :command:`install_targets` command and + the :prop_tgt:`PRE_INSTALL_SCRIPT` and :prop_tgt:`POST_INSTALL_SCRIPT` + target properties. It also replaces the ``FILES`` forms of the + :command:`install_files` and :command:`install_programs` commands. + The processing order of these install rules relative to + those generated by :command:`install_targets`, + :command:`install_files`, and :command:`install_programs` commands + is not defined. + Examples ^^^^^^^^ |