mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
ENH: case insensitive command help
This commit is contained in:
@@ -434,6 +434,7 @@ bool cmDocumentation::CheckOptions(int argc, const char* const* argv)
|
||||
if((i+1 < argc) && !this->IsOption(argv[i+1]))
|
||||
{
|
||||
this->SingleCommand = argv[i+1];
|
||||
this->SingleCommand = cmSystemTools::UpperCase(this->SingleCommand);
|
||||
i = i+1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user