diff options
author | Brad King <brad.king@kitware.com> | 2022-06-11 09:37:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-11 09:37:53 (GMT) |
commit | 65f2e9263c2e12b183aaafd132e1a4be45e84499 (patch) | |
tree | 792bb106e413d69f8b8d4b31191a5380dc5ecda7 /Tests | |
parent | f02b6afdfa0a9f6cefb04ff798d429f753baa3ef (diff) | |
parent | 627c08e28bdf35a85b53f8b5fe46de03de80c2fd (diff) | |
download | CMake-65f2e9263c2e12b183aaafd132e1a4be45e84499.zip CMake-65f2e9263c2e12b183aaafd132e1a4be45e84499.tar.gz CMake-65f2e9263c2e12b183aaafd132e1a4be45e84499.tar.bz2 |
Merge branch 'xcode-14' into release-3.23
Merge-request: !7350
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/RunCMake.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake index 3ddb890..87752bd 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -164,7 +164,9 @@ 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]*DVTSDK: Warning: SDK path collision for path" "|[^\n]*xcodebuild[^\n]*Requested but did not find extension point with identifier" + "|[^\n]*xcodebuild[^\n]*nil host used in call to allows.*HTTPSCertificateForHost" "|[^\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" |