summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-24 14:53:19 (GMT)
committerBrad King <brad.king@kitware.com>2010-08-24 14:53:19 (GMT)
commit63fbb2f67e9415981a00dbc09b39eddee40e6d3c (patch)
treef6b4d212b72b22a8fedbfcc4c635c88c3f3258ea /Source/cmInstallCommand.h
parent888f61e6e392c21b7380b7363c221652bd2a486b (diff)
downloadCMake-63fbb2f67e9415981a00dbc09b39eddee40e6d3c.zip
CMake-63fbb2f67e9415981a00dbc09b39eddee40e6d3c.tar.gz
CMake-63fbb2f67e9415981a00dbc09b39eddee40e6d3c.tar.bz2
Clarify install(TARGETS) docs for EXPORT option
Explicitly state that a call to install(EXPORT) is also needed.
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r--Source/cmInstallCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h
index ea0a1ec..8f62322 100644
--- a/Source/cmInstallCommand.h
+++ b/Source/cmInstallCommand.h
@@ -175,6 +175,7 @@ public:
"The EXPORT option associates the installed target files with an "
"export called <export-name>. "
"It must appear before any RUNTIME, LIBRARY, or ARCHIVE options. "
+ "To actually install the export file itself, call install(EXPORT). "
"See documentation of the install(EXPORT ...) signature below for "
"details."
"\n"