Merge topic 'install-export-docs'

63fbb2f Clarify install(TARGETS) docs for EXPORT option
This commit is contained in:
Brad King 2010-08-31 14:19:32 -04:00 committed by CMake Topic Stage
commit f670c1c609
1 changed files with 1 additions and 0 deletions

View File

@ -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"