mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
ENH: make commands lower case by default
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() {return "SEPARATE_ARGUMENTS";}
|
||||
virtual const char* GetName() {return "separate_arguments";}
|
||||
|
||||
/**
|
||||
* Succinct documentation.
|
||||
@@ -66,7 +66,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" SEPARATE_ARGUMENTS(VARIABLE)\n"
|
||||
" separate_arguments(VARIABLE)\n"
|
||||
"Convert the value of VARIABLE to a semi-colon separated list. "
|
||||
"All spaces are replaced with ';'. This helps with generating "
|
||||
"command lines.";
|
||||
|
||||
Reference in New Issue
Block a user