diff options
| author | Brad King <brad.king@kitware.com> | 2023-04-04 17:03:49 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2023-04-04 17:03:49 (GMT) |
| commit | 9b828e045a1dba86cf91432d8efebdd86c566892 (patch) | |
| tree | 423bf3189cf4f81fa6cc4b88ed6e72897dff9a9d | |
| parent | 1dae4d93551dcd4cd047b77d0bb1b18080e3556b (diff) | |
| parent | 3bb46b29fddd933ffd84d99e3ad3f6d2ea33dd70 (diff) | |
| download | CMake-9b828e045a1dba86cf91432d8efebdd86c566892.zip CMake-9b828e045a1dba86cf91432d8efebdd86c566892.tar.gz CMake-9b828e045a1dba86cf91432d8efebdd86c566892.tar.bz2 | |
Merge branch 'test-xcode-14.3' into release-3.25
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 ba9cc3b..897462e 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -167,6 +167,7 @@ function(run_cmake test) "|icp?c: remark #10441: The Intel\\(R\\) C\\+\\+ Compiler Classic \\(ICC\\) is deprecated" "|[^\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" |
