mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: make commands lower case by default
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_PROGRAM";}
|
||||
virtual const char* GetName() { return "find_program";}
|
||||
|
||||
/**
|
||||
* Succinct documentation.
|
||||
|
||||
Reference in New Issue
Block a user