diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-23 00:31:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-23 00:31:40 (GMT) |
commit | ba6a7205f6a901085e9250835a260b4e8b06c6ee (patch) | |
tree | fc1f1ac00dea68cee551a87e5627c7eadbf679e2 | |
parent | 0b0d1b1d436c6e59ed9ea5c25e1f454fc0ae7827 (diff) | |
download | CMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.zip CMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.tar.gz CMake-ba6a7205f6a901085e9250835a260b4e8b06c6ee.tar.bz2 |
BUG: remove debug print
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
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); } } |