diff --git a/Source/cmake.cxx b/Source/cmake.cxx index e43e1da17..61458b6d4 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -301,7 +301,6 @@ bool cmake::SetCacheArgs(const std::vector& args) cmSystemTools::Error("No cmake script provided."); return false; } - std::cerr << "Running cmake script file " << path.c_str() << "\n"; this->ReadListFile(path.c_str()); } }