Jelajahi Sumber

FIX: command usage

Sebastien Barre 23 tahun lalu
induk
melakukan
ce31498637
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Source/cmFindLibraryCommand.h

+ 1 - 1
Source/cmFindLibraryCommand.h

@@ -70,7 +70,7 @@ public:
   virtual const char* GetFullDocumentation()
   virtual const char* GetFullDocumentation()
     {
     {
     return
     return
-      "FIND_LIBRARY(DEFINE_PATH libraryName [NAMES] name1 name2 name3 [PATHS path1 path2 path3...] [DOC docstring] )\n"
+      "FIND_LIBRARY(DEFINE_PATH libraryName [NAMES name1 name2 name3...] [PATHS path1 path2 path3...] [DOC docstring] )\n"
       "If the library is found, then DEFINE_PATH is set to the full path where it was found.  "
       "If the library is found, then DEFINE_PATH is set to the full path where it was found.  "
       "If DOC is specified the next argument is the "
       "If DOC is specified the next argument is the "
       "documentation string for the cache entry NAME.";
       "documentation string for the cache entry NAME.";