mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmSystemTools::Message: Add overload accepting std::string
This commit is contained in:
@@ -40,7 +40,7 @@ bool cmUtilitySourceCommand::InitialPass(std::vector<std::string> const& args,
|
||||
msg += ". If your intention is to run this executable, you need to "
|
||||
"preload the cache with the full path to a version of that "
|
||||
"program, which runs on this build machine.";
|
||||
cmSystemTools::Message(msg.c_str(), "Warning");
|
||||
cmSystemTools::Message(msg, "Warning");
|
||||
}
|
||||
} else {
|
||||
cmState* state = this->Makefile->GetState();
|
||||
|
||||
Reference in New Issue
Block a user