diff options
author | Brad King <brad.king@kitware.com> | 2019-02-28 16:44:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-28 16:45:17 (GMT) |
commit | 95222584ee2a2ef7874c4eaf9cb20733fa347ad8 (patch) | |
tree | d934fd0aab186b7988e2429d96480c93d2a27a86 /Help | |
parent | ce4eec97af00d14c9a57c0ac4e6762c0a4edf686 (diff) | |
parent | c29a1d58d9bc80eacfc39bf0fe274cf617444f2d (diff) | |
download | CMake-95222584ee2a2ef7874c4eaf9cb20733fa347ad8.zip CMake-95222584ee2a2ef7874c4eaf9cb20733fa347ad8.tar.gz CMake-95222584ee2a2ef7874c4eaf9cb20733fa347ad8.tar.bz2 |
Merge topic 'doc-xref-EXPORT_NAME'
c29a1d58d9 Help: Link from install(TARGET) to EXPORT_NAME to rename exported target
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3037
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/install.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index a0e8c37..8c98b65 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -272,6 +272,8 @@ top level: This option associates the installed target files with an export called ``<export-name>``. It must appear before any target options. To actually install the export file itself, call ``install(EXPORT)``, documented below. + See documentation of the :prop_tgt:`EXPORT_NAME` target property to change + the name of the exported target. ``INCLUDES DESTINATION`` This option specifies a list of directories which will be added to the |