cmSystemTools::Error(): new overload accepting std::string

This commit is contained in:
Vitaly Stakhovsky
2019-01-23 10:12:17 -05:00
parent a7f5cd45e1
commit 99337d345b
23 changed files with 62 additions and 54 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ protected:
message += includeFile;
message += " for file ";
message += info->FullPath;
cmSystemTools::Error(message.c_str(), nullptr);
cmSystemTools::Error(message);
}
continue;
}