瀏覽代碼

Clarify install(TARGETS) docs for EXPORT option

Explicitly state that a call to install(EXPORT) is also needed.
Brad King 15 年之前
父節點
當前提交
63fbb2f67e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmInstallCommand.h

+ 1 - 0
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"