diff options
author | Brad King <brad.king@kitware.com> | 2010-08-24 14:53:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-24 14:53:19 (GMT) |
commit | 63fbb2f67e9415981a00dbc09b39eddee40e6d3c (patch) | |
tree | f6b4d212b72b22a8fedbfcc4c635c88c3f3258ea /Source/cmInstallCommand.h | |
parent | 888f61e6e392c21b7380b7363c221652bd2a486b (diff) | |
download | CMake-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.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" |