diff options
author | Brad King <brad.king@kitware.com> | 2023-04-04 17:03:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-04 17:03:41 (GMT) |
commit | d27cff7ec435cd2614f3cda7288458cbb8589f9c (patch) | |
tree | 3b29f5e0e2a266247d10be6fb89b859979665d0b | |
parent | 741abe25400fbd20ea8a56a3b4c18c46e592fb85 (diff) | |
parent | 3bb46b29fddd933ffd84d99e3ad3f6d2ea33dd70 (diff) | |
download | CMake-d27cff7ec435cd2614f3cda7288458cbb8589f9c.zip CMake-d27cff7ec435cd2614f3cda7288458cbb8589f9c.tar.gz CMake-d27cff7ec435cd2614f3cda7288458cbb8589f9c.tar.bz2 |
Merge branch 'test-xcode-14.3' into release-3.24
Merge-request: !8392
-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 1c92ca0..97c79d6 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -164,6 +164,7 @@ function(run_cmake test) "|contact PGI Sales at" "|[^\n]*install_name_tool: warning: changes being made to the file will invalidate the code signature in:" + "|[^\n]*xcodebuild[^\n]*DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default" "|[^\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" |