From 63fbb2f67e9415981a00dbc09b39eddee40e6d3c Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Aug 2010 10:53:19 -0400 Subject: [PATCH] Clarify install(TARGETS) docs for EXPORT option Explicitly state that a call to install(EXPORT) is also needed. --- Source/cmInstallCommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index ea0a1ece3..8f6232272 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 . " "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"