summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2022-04-03 21:58:22 +0200
committerBrad King <brad.king@kitware.com>2022-04-25 15:52:15 -0400
commit94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e (patch)
tree3f416ce3cb60cfbece3e8a8431b88d2c82fcc7ab
parentda9f864513a6f1b9a18893f8546fb91abb766276 (diff)
downloadcmake-94361a1309f8fcb38a8c1d3bbbfe5df26f8c535e.tar.gz
Tests: Ignore all classes in Xcode internal objc warnings
Xcode on Apple Silicon warns not only about AMSupportURL classes but also many more.
-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 f4f4f5de90..02e0decbb2 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"