summaryrefslogtreecommitdiffstats
path: root/Source/cmFindProgramCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-02-26 22:14:33 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-02-26 22:14:33 (GMT)
commit7cde8fd0f47143090b81dff813270f6894004af3 (patch)
tree5ac44e5d4c6f505fd0f32d7d2a7dd48174e18db7 /Source/cmFindProgramCommand.h
parent3acd5951ba5c6e978a6da486825e8ad61320f4eb (diff)
downloadCMake-7cde8fd0f47143090b81dff813270f6894004af3.zip
CMake-7cde8fd0f47143090b81dff813270f6894004af3.tar.gz
CMake-7cde8fd0f47143090b81dff813270f6894004af3.tar.bz2
fixed bug and modified functionality
Diffstat (limited to 'Source/cmFindProgramCommand.h')
-rw-r--r--Source/cmFindProgramCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindProgramCommand.h b/Source/cmFindProgramCommand.h
index 4b6d58c..ac7a217 100644
--- a/Source/cmFindProgramCommand.h
+++ b/Source/cmFindProgramCommand.h
@@ -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);