mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
strings: Remove redundant calls to std::string::c_str()
Replacements were detected and performed by the clang tool remove-cstr-calls on a linux build.
This commit is contained in:
@@ -90,7 +90,7 @@ bool cmIncludeCommand
|
||||
}
|
||||
|
||||
std::string fname_abs =
|
||||
cmSystemTools::CollapseFullPath(fname.c_str(),
|
||||
cmSystemTools::CollapseFullPath(fname,
|
||||
this->Makefile->GetStartDirectory());
|
||||
|
||||
cmGlobalGenerator *gg = this->Makefile->GetLocalGenerator()
|
||||
|
||||
Reference in New Issue
Block a user