summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2019-02-27 16:16:46 (GMT)
committerReinhold Gschweicher <rgschweicher@riegl.com>2019-02-27 16:44:00 (GMT)
commitdac7e8b833cd2e55e3d17edd9c26c3e06ce6bba1 (patch)
tree53a6aaa31c5a82961ff4aaf04c24a830fb8b9547 /Help/prop_tgt
parentb13a8441cd1338ac9f8352a4df54759a1b19088a (diff)
downloadCMake-dac7e8b833cd2e55e3d17edd9c26c3e06ce6bba1.zip
CMake-dac7e8b833cd2e55e3d17edd9c26c3e06ce6bba1.tar.gz
CMake-dac7e8b833cd2e55e3d17edd9c26c3e06ce6bba1.tar.bz2
Help: Link from EXPORT_NAME to relevant export commands
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/EXPORT_NAME.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/EXPORT_NAME.rst b/Help/prop_tgt/EXPORT_NAME.rst
index 1b4247c..043c57a 100644
--- a/Help/prop_tgt/EXPORT_NAME.rst
+++ b/Help/prop_tgt/EXPORT_NAME.rst
@@ -3,6 +3,6 @@ EXPORT_NAME
Exported name for target files.
-This sets the name for the IMPORTED target generated when it this
-target is is exported. If not set, the logical target name is used by
-default.
+This sets the name for the IMPORTED target generated by the
+:command:`install(EXPORT)` and :command:`export` commands.
+If not set, the logical target name is used by default.