diff options
author | Brad King <brad.king@kitware.com> | 2020-11-25 13:38:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-11-25 13:38:56 (GMT) |
commit | af966ec25ca979f6f7560fd0aa80bf6fde90c217 (patch) | |
tree | dd0f28fb75109b7c1629b21ad743244b8a8303d3 /Tests | |
parent | 885897e7a03bae30938240b944e5b7b002157b55 (diff) | |
parent | 5213328008f12f97a2a9d124946f1a40a3f7dc14 (diff) | |
download | CMake-af966ec25ca979f6f7560fd0aa80bf6fde90c217.zip CMake-af966ec25ca979f6f7560fd0aa80bf6fde90c217.tar.gz CMake-af966ec25ca979f6f7560fd0aa80bf6fde90c217.tar.bz2 |
Merge topic 'ci-xcode-12.2'
5213328008 gitlab-ci: update macOS jobs to use Xcode 12.2
928ca50b6f Tests: Teach RunCMake to ignore Xcode install_name_tool signature warnings
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5534
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 7d96e50..e8fbd6a 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -152,6 +152,7 @@ function(run_cmake test) "|Please obtain a new version at" "|contact PGI Sales at" + "|[^\n]*install_name_tool: warning: changes being made to the file will invalidate the code signature in:" "|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type" "|[^\n]*objc[^\n]*: Class AMSupportURL[^\n]* One of the two will be used. Which one is undefined." "|[^\n]*is a member of multiple groups" |