summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-11 16:53:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-11 16:53:30 (GMT)
commit5a8e1e4942838a1ff34eb0364349af7d013e7baf (patch)
tree55a88ca6588d2db0864f9fa48c56e3db327d3544
parent08bb4d52ba2d56381e2471136ef1e5e5845bf18c (diff)
downloadCMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.zip
CMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.tar.gz
CMake-5a8e1e4942838a1ff34eb0364349af7d013e7baf.tar.bz2
ENH: remove print
-rw-r--r--Source/cmake.cxx1
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());
}
}