diff options
author | Brad King <brad.king@kitware.com> | 2010-08-31 18:19:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-08-31 18:19:32 (GMT) |
commit | f670c1c609e7cbfa4b89fb5a8c6b685379e0f7d7 (patch) | |
tree | f10f3aff2fdba75484be63130ddbad95a292c44a | |
parent | 7e3f04e7e9857a87f8ccf125025e01ab2e0d33a1 (diff) | |
parent | 63fbb2f67e9415981a00dbc09b39eddee40e6d3c (diff) | |
download | CMake-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.h | 1 |
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" |