[Cmake-commits] CMake branch, next, updated. v2.8.2-512-g04ba78b
Brad King
brad.king at kitware.com
Tue Aug 24 10:55:31 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 04ba78bcaa3c1fb8479b3b651320d5f0b432f332 (commit)
via 63fbb2f67e9415981a00dbc09b39eddee40e6d3c (commit)
from cd9f93b13891d67ca699d6e2bf6d60c0bfa032fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=04ba78bcaa3c1fb8479b3b651320d5f0b432f332
commit 04ba78bcaa3c1fb8479b3b651320d5f0b432f332
Merge: cd9f93b 63fbb2f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 24 10:55:30 2010 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 24 10:55:30 2010 -0400
Merge topic 'install-export-docs' into next
63fbb2f Clarify install(TARGETS) docs for EXPORT option
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=63fbb2f67e9415981a00dbc09b39eddee40e6d3c
commit 63fbb2f67e9415981a00dbc09b39eddee40e6d3c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 24 10:53:19 2010 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 24 10:53:19 2010 -0400
Clarify install(TARGETS) docs for EXPORT option
Explicitly state that a call to install(EXPORT) is also needed.
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"
-----------------------------------------------------------------------
Summary of changes:
Source/cmInstallCommand.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list