فهرست منبع

ENH: Removed "Checking build system in ..." message. It is always paired with an Entering or Jumping message and is not necessary.

Brad King 20 سال پیش
والد
کامیت
b8e7851b18
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      Source/cmLocalUnixMakefileGenerator2.cxx

+ 0 - 4
Source/cmLocalUnixMakefileGenerator2.cxx

@@ -1177,10 +1177,6 @@ cmLocalUnixMakefileGenerator2
 
   std::vector<std::string> no_depends;
   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);
   this->WriteMakeRule(makefileStream,
                       "Special rule to run CMake to check the build system "