mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Fix typo
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"EXEC_PROGRAM(Executble [Directory to run in])";
|
||||
"EXEC_PROGRAM(Executable [Directory to run in])";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmExecProgramCommand, cmCommand);
|
||||
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"VARIABLE_REQUIRES(TEST_VARIBLE RESULT_VARIBLE "
|
||||
"VARIABLE_REQUIRES(TEST_VARIABLE RESULT_VARIABLE "
|
||||
"REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) "
|
||||
"The first argument (TEST_VARIABLE) is the name of the varible to be "
|
||||
"tested, if that varible is false nothing else is done. If "
|
||||
|
||||
Reference in New Issue
Block a user