cmake: Progress functions use std::string param

This commit is contained in:
Vitaly Stakhovsky
2019-02-11 10:30:00 -05:00
parent 8a1d25afdf
commit 950c099d83
22 changed files with 58 additions and 50 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ bool cmMessageCommand::InitialPass(std::vector<std::string> const& args,
m->DisplayMessage(type, message, this->Makefile->GetBacktrace());
} else {
if (status) {
this->Makefile->DisplayStatus(message.c_str(), -1);
this->Makefile->DisplayStatus(message, -1);
} else {
cmSystemTools::Message(message);
}