diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-11 16:53:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-11 16:53:30 (GMT) |
commit | 5a8e1e4942838a1ff34eb0364349af7d013e7baf (patch) | |
tree | 55a88ca6588d2db0864f9fa48c56e3db327d3544 | |
parent | 08bb4d52ba2d56381e2471136ef1e5e5845bf18c (diff) | |
download | CMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.zip CMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.tar.gz CMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.tar.bz2 |
ENH: remove print
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index e43e1da..61458b6 100644 --- a/Source/cmake.cxx +++ b/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()); } } |