diff options
author | Brad King <brad.king@kitware.com> | 2022-06-11 09:38:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-11 09:39:10 (GMT) |
commit | 61c357a021e89949455a4378bd8bb7d63fea1fca (patch) | |
tree | 67c68bb3753b111910843fc275449b9742382be2 /Tests/RunCMake/RunCMake.cmake | |
parent | efbbae9705d89719804387056c8d592545710487 (diff) | |
parent | 627c08e28bdf35a85b53f8b5fe46de03de80c2fd (diff) | |
download | CMake-61c357a021e89949455a4378bd8bb7d63fea1fca.zip CMake-61c357a021e89949455a4378bd8bb7d63fea1fca.tar.gz CMake-61c357a021e89949455a4378bd8bb7d63fea1fca.tar.bz2 |
Merge topic 'xcode-14' into release-3.24
627c08e28b Tests: Teach RunCMake to ignore Xcode DVTSDK warnings
ab40020b17 Xcode: Suppress "Run Script" build phase warning during compiler id
89e1113e0c Xcode: Use ad-hoc signing during compiler id on macOS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7350
Diffstat (limited to 'Tests/RunCMake/RunCMake.cmake')
-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 f232b1b..1c92ca0 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -165,7 +165,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" |