summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-31 18:19:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-31 18:19:32 (GMT)
commitf670c1c609e7cbfa4b89fb5a8c6b685379e0f7d7 (patch)
treef10f3aff2fdba75484be63130ddbad95a292c44a
parent7e3f04e7e9857a87f8ccf125025e01ab2e0d33a1 (diff)
parent63fbb2f67e9415981a00dbc09b39eddee40e6d3c (diff)
downloadCMake-f670c1c609e7cbfa4b89fb5a8c6b685379e0f7d7.zip
CMake-f670c1c609e7cbfa4b89fb5a8c6b685379e0f7d7.tar.gz
CMake-f670c1c609e7cbfa4b89fb5a8c6b685379e0f7d7.tar.bz2
Merge topic 'install-export-docs'
63fbb2f Clarify install(TARGETS) docs for EXPORT option
-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"