summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2022-04-03 19:58:22 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2022-04-03 20:39:17 (GMT)
commit183b6bbf51d40be9a0d54e351538c6413ad41407 (patch)
tree2645237c915b6f96b11dd83d0b6f4e9d0fdc8b1a
parentfff8f3bee92d9f139c48cdc194ca826447fc402a (diff)
downloadCMake-183b6bbf51d40be9a0d54e351538c6413ad41407.zip
CMake-183b6bbf51d40be9a0d54e351538c6413ad41407.tar.gz
CMake-183b6bbf51d40be9a0d54e351538c6413ad41407.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.
-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 1f43ee0..f232b1b 100644
--- a/Tests/RunCMake/RunCMake.cmake
+++ b/Tests/RunCMake/RunCMake.cmake
@@ -167,7 +167,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"