diff options
author | Brad King <brad.king@kitware.com> | 2022-04-26 15:12:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-04-26 15:12:51 (GMT) |
commit | 7e4d6bbe0251c6d0fee3ff3781e8b590e10cb995 (patch) | |
tree | 48e6957a48ac782c0cccf3bd35222100489d1a3e /Tests | |
parent | ddefed68e52e08452e5e014524b9bff26804cafe (diff) | |
parent | 65b6daf776713b7fd701c4aadaa89e102c048879 (diff) | |
download | CMake-7e4d6bbe0251c6d0fee3ff3781e8b590e10cb995.zip CMake-7e4d6bbe0251c6d0fee3ff3781e8b590e10cb995.tar.gz CMake-7e4d6bbe0251c6d0fee3ff3781e8b590e10cb995.tar.bz2 |
Merge topic 'ci-xcode-13.3' into release-3.23
65b6daf776 gitlab-ci: update macOS jobs to use Xcode 13.3
94361a1309 Tests: Ignore all classes in Xcode internal objc warnings
da9f864513 Tests: Teach RunCMake to ignore Xcode extension point warnings
Acked-by: Kitware Robot <kwrobot@kitware.com>
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 26b4bae..3ddb890 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -164,6 +164,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" |