diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-05-12 15:31:12 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-05-12 15:31:12 (GMT) |
commit | ce314986375cc2f2675266b7cbc6a46759bdeee2 (patch) | |
tree | 3561fc75416cd6a1521dbb01ba66b056feefbd1a /Source/cmFindLibraryCommand.h | |
parent | 1c9981eb1dc2b65034e6db20a72e7999df0da725 (diff) | |
download | CMake-ce314986375cc2f2675266b7cbc6a46759bdeee2.zip CMake-ce314986375cc2f2675266b7cbc6a46759bdeee2.tar.gz CMake-ce314986375cc2f2675266b7cbc6a46759bdeee2.tar.bz2 |
FIX: command usage
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r-- | Source/cmFindLibraryCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index ffa9a81..b3a3f6a 100644 --- a/Source/cmFindLibraryCommand.h +++ b/Source/cmFindLibraryCommand.h @@ -70,7 +70,7 @@ public: virtual const char* GetFullDocumentation() { 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 DOC is specified the next argument is the " "documentation string for the cache entry NAME."; |