summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2022-04-03 19:58:22 (GMT)
committerBrad King <brad.king@kitware.com>2022-04-25 19:52:15 (GMT)
commit94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e (patch)
tree3f416ce3cb60cfbece3e8a8431b88d2c82fcc7ab /Tests/RunCMake
parentda9f864513a6f1b9a18893f8546fb91abb766276 (diff)
downloadCMake-94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e.zip
CMake-94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e.tar.gz
CMake-94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e.tar.bz2
Tests: Ignore all classes in Xcode internal objc warnings
Xcode on Apple Silicon warns not only about AMSupportURL classes but also many more.
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r--Tests/RunCMake/RunCMake.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake
index f4f4f5d..02e0dec 100644
--- a/Tests/RunCMake/RunCMake.cmake
+++ b/Tests/RunCMake/RunCMake.cmake
@@ -158,7 +158,7 @@ function(run_cmake test)
"|[^\n]*xcodebuild[^\n]*DVTPlugInManager"
"|[^\n]*xcodebuild[^\n]*Requested but did not find extension point with identifier"
"|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type"
- "|[^\n]*objc[^\n]*: Class AMSupportURL[^\n]* One of the two will be used. Which one is undefined."
+ "|[^\n]*objc[^\n]*: Class [^\n]* One of the two will be used. Which one is undefined."
"|[^\n]*is a member of multiple groups"
"|[^\n]*offset in archive not a multiple of 8"
"|[^\n]*from Time Machine by path"