mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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:
@@ -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;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
^Files ".*/compare_files/lf" to ".*/compare_files/crlf" are different.$
|
||||
@@ -1 +0,0 @@
|
||||
^Files "nonexistent_a" to "nonexistent_b" are different.$
|
||||
Reference in New Issue
Block a user