Parcourir la source

ENH: remove print

Bill Hoffman il y a 20 ans
Parent
commit
5a8e1e4942
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Source/cmake.cxx

+ 0 - 1
Source/cmake.cxx

@@ -301,7 +301,6 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
         cmSystemTools::Error("No cmake script provided.");
         return false;
         }
-      std::cerr << "Running cmake script file " << path.c_str() << "\n";
       this->ReadListFile(path.c_str());
       }
     }