fixed bug and modified functionality

This commit is contained in:
Ken Martin
2001-02-26 17:14:33 -05:00
parent 3acd5951ba
commit 7cde8fd0f4
2 changed files with 26 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
virtual const char* GetName() { return "FIND_PROGRARM";}
virtual const char* GetName() { return "FIND_PROGRAM";}
/**
* Succinct documentation.
@@ -69,7 +69,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"FIND_PROGRAM(NAME executable1 executable2 ...)";
"FIND_PROGRAM(NAME executable1 extrapath extrapath ...)";
}
cmTypeMacro(cmFindProgramCommand, cmCommand);