mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
cmSystemTools::Error(): new overload accepting std::string
This commit is contained in:
@@ -194,7 +194,7 @@ protected:
|
||||
message += includeFile;
|
||||
message += " for file ";
|
||||
message += info->FullPath;
|
||||
cmSystemTools::Error(message.c_str(), nullptr);
|
||||
cmSystemTools::Error(message);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user