Browse Source

Merge topic 'install-export-docs'

63fbb2f Clarify install(TARGETS) docs for EXPORT option
Brad King 15 năm trước cách đây
mục cha
commit
f670c1c609
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"