summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-23 00:31:40 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-23 00:31:40 (GMT)
commitba6a7205f6a901085e9250835a260b4e8b06c6ee (patch)
treefc1f1ac00dea68cee551a87e5627c7eadbf679e2
parent0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827 (diff)
downloadCMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.zip
CMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.tar.gz
CMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.tar.bz2
BUG: remove debug print
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 141b4ea..e7dcf49 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -347,7 +347,6 @@ void cmSystemTools::CopyFileIfDifferent(const char* source,
{
if(cmSystemTools::FilesDiffer(source, destination))
{
- cmSystemTools::Error("doing copy ", destination);
cmSystemTools::cmCopyFile(source, destination);
}
}