bug fixes

This commit is contained in:
Ken Martin
2001-04-26 09:38:31 -04:00
parent ab7f884a44
commit 30ad61805b
17 changed files with 418 additions and 108 deletions

View File

@@ -69,7 +69,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
"FIND_LIBRARY(DEFINE libraryName path1 path2 path3...)";
"FIND_LIBRARY(DEFINE_PATH libraryName path1 path2 path3...)\n"
"If the library is found, then DEFINE_PATH is set to the path where it was found";
}
cmTypeMacro(cmFindLibraryCommand, cmCommand);