Merge topic 'cmake-E-compare_files-stderr'

a7d44d55ae cmake: remove -E compare_files error message if files differ

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Axel Heider <axelheider@gmx.de>
Merge-request: !4867
This commit is contained in:
Brad King
2020-06-11 11:45:10 +00:00
committed by Kitware Robot
3 changed files with 0 additions and 4 deletions

View File

@@ -586,8 +586,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string> const& args)
}
if (filesDiffer) {
std::cerr << "Files \"" << args[args.size() - 2] << "\" to \""
<< args[args.size() - 1] << "\" are different.\n";
return 1;
}
return 0;

View File

@@ -1 +0,0 @@
^Files ".*/compare_files/lf" to ".*/compare_files/crlf" are different.$

View File

@@ -1 +0,0 @@
^Files "nonexistent_a" to "nonexistent_b" are different.$