mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmSystemTools: More functions accept std::string params
This commit is contained in:
@@ -776,7 +776,7 @@ std::string cmLocalGenerator::GetIncludeFlags(
|
||||
#endif
|
||||
for (std::string const& i : includes) {
|
||||
if (fwSearchFlag && *fwSearchFlag && this->Makefile->IsOn("APPLE") &&
|
||||
cmSystemTools::IsPathToFramework(i.c_str())) {
|
||||
cmSystemTools::IsPathToFramework(i)) {
|
||||
std::string frameworkDir = i;
|
||||
frameworkDir += "/../";
|
||||
frameworkDir = cmSystemTools::CollapseFullPath(frameworkDir);
|
||||
|
||||
Reference in New Issue
Block a user