BUG: remove debug print
This commit is contained in:
parent
0b0d1b1d43
commit
ba6a7205f6
|
@ -347,7 +347,6 @@ void cmSystemTools::CopyFileIfDifferent(const char* source,
|
|||
{
|
||||
if(cmSystemTools::FilesDiffer(source, destination))
|
||||
{
|
||||
cmSystemTools::Error("doing copy ", destination);
|
||||
cmSystemTools::cmCopyFile(source, destination);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue