From ce314986375cc2f2675266b7cbc6a46759bdeee2 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Sun, 12 May 2002 11:31:12 -0400 Subject: [PATCH] FIX: command usage --- Source/cmFindLibraryCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index ffa9a81424..b3a3f6a83b 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.";