From 5a8e1e4942838a1ff34eb0364349af7d013e7baf Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 11 Mar 2006 11:53:30 -0500 Subject: [PATCH] ENH: remove print --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) 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()); } }