mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
ENH: make commands lower case by default
This commit is contained in:
@@ -23,7 +23,7 @@ cmFindPathCommand::cmFindPathCommand()
|
||||
{
|
||||
this->IncludeFileInPath = false;
|
||||
cmSystemTools::ReplaceString(this->GenericDocumentation,
|
||||
"FIND_XXX", "FIND_PATH");
|
||||
"FIND_XXX", "find_path");
|
||||
cmSystemTools::ReplaceString(this->GenericDocumentation,
|
||||
"CMAKE_XXX_PATH", "CMAKE_INCLUDE_PATH");
|
||||
cmSystemTools::ReplaceString(this->GenericDocumentation,
|
||||
|
||||
Reference in New Issue
Block a user