mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
BUG: remove debug print
This commit is contained in:
@@ -347,7 +347,6 @@ void cmSystemTools::CopyFileIfDifferent(const char* source,
|
||||
{
|
||||
if(cmSystemTools::FilesDiffer(source, destination))
|
||||
{
|
||||
cmSystemTools::Error("doing copy ", destination);
|
||||
cmSystemTools::cmCopyFile(source, destination);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user