mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmAlgorithms: Rename cmRange to cmMakeRange.
This commit is contained in:
@@ -270,7 +270,7 @@ bool cmFileCommand::HandleWriteCommand(std::vector<std::string> const& args,
|
||||
this->SetError(error);
|
||||
return false;
|
||||
}
|
||||
std::string message = cmJoin(cmRange(i, args.end()), std::string());
|
||||
std::string message = cmJoin(cmMakeRange(i, args.end()), std::string());
|
||||
file << message;
|
||||
file.close();
|
||||
if(mode)
|
||||
|
||||
Reference in New Issue
Block a user