ENH: Removed "Checking build system in ..." message. It is always paired with an Entering or Jumping message and is not necessary.
This commit is contained in:
parent
ddb0408007
commit
b8e7851b18
|
@ -1177,10 +1177,6 @@ cmLocalUnixMakefileGenerator2
|
||||||
|
|
||||||
std::vector<std::string> no_depends;
|
std::vector<std::string> no_depends;
|
||||||
std::vector<std::string> commands;
|
std::vector<std::string> commands;
|
||||||
std::string preEcho = "Checking build system in ";
|
|
||||||
preEcho += m_Makefile->GetStartOutputDirectory();
|
|
||||||
preEcho += "...";
|
|
||||||
this->AppendEcho(commands, preEcho.c_str());
|
|
||||||
commands.push_back(runRule);
|
commands.push_back(runRule);
|
||||||
this->WriteMakeRule(makefileStream,
|
this->WriteMakeRule(makefileStream,
|
||||||
"Special rule to run CMake to check the build system "
|
"Special rule to run CMake to check the build system "
|
||||||
|
|
Loading…
Reference in New Issue