diff options
author | Brad King <brad.king@kitware.com> | 2022-04-26 15:12:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-26 15:12:28 (GMT) |
commit | f48047251f906b27c3cdf4242d44977de2746cda (patch) | |
tree | 62738186b98b7874fac54e4fd9120f9b9f69fc42 /Tests | |
parent | 07d351b535dde56a89aa6786a3f0701e3b159d44 (diff) | |
parent | 65b6daf776713b7fd701c4aadaa89e102c048879 (diff) | |
download | CMake-f48047251f906b27c3cdf4242d44977de2746cda.zip CMake-f48047251f906b27c3cdf4242d44977de2746cda.tar.gz CMake-f48047251f906b27c3cdf4242d44977de2746cda.tar.bz2 |
Merge branch 'ci-xcode-13.3' into release-3.22
Merge-request: !7204
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/RunCMake.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake index 5e66a52..02e0dec 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -156,6 +156,7 @@ function(run_cmake test) "|[^\n]*install_name_tool: warning: changes being made to the file will invalidate the code signature in:" "|[^\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 [^\n]* One of the two will be used. Which one is undefined." "|[^\n]*is a member of multiple groups" |