mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
fixed bug and modified functionality
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user