mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
cmake: Progress functions use std::string param
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user