mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-16 15:30:33 -05:00
Clarify install(TARGETS) docs for EXPORT option
Explicitly state that a call to install(EXPORT) is also needed.
This commit is contained in:
@@ -175,6 +175,7 @@ public:
|
|||||||
"The EXPORT option associates the installed target files with an "
|
"The EXPORT option associates the installed target files with an "
|
||||||
"export called <export-name>. "
|
"export called <export-name>. "
|
||||||
"It must appear before any RUNTIME, LIBRARY, or ARCHIVE options. "
|
"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 "
|
"See documentation of the install(EXPORT ...) signature below for "
|
||||||
"details."
|
"details."
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user