Explorar o código

ENH: put back lost changes from r1.38

Bill Hoffman %!s(int64=25) %!d(string=hai) anos
pai
achega
942388186f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Source/cmSystemTools.cxx

+ 1 - 2
Source/cmSystemTools.cxx

@@ -701,7 +701,7 @@ bool cmSystemTools::RunCommand(const char* command,
   fgets(buffer, BUFFER_SIZE, cpipe);
   while(!feof(cpipe))
     {
-    std::cout << buffer;
+    std::cout << buffer << std::flush;
     output += buffer;
     fgets(buffer, BUFFER_SIZE, cpipe);
     }
@@ -900,7 +900,6 @@ void cmSystemTools::SplitProgramPath(const char* in_name,
  */
 std::string cmSystemTools::CollapseFullPath(const char* in_name)
 {
-  std::cerr << "CollapseFullPath " << in_name << "\n";
   std::string dir, file;
   cmSystemTools::SplitProgramPath(in_name, dir, file);
   // Ultra-hack warning: