diff options
author | Brad King <brad.king@kitware.com> | 2020-11-24 19:27:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-24 19:33:59 (GMT) |
commit | 928ca50b6ffd3c095a0df91c89de5d6ecb446b6c (patch) | |
tree | a486ae4d2d92a36f24c90d5ba8ec88d0f90eb171 /Tests | |
parent | 64fb825438a2fecb9eab9933d5d1b926bf6f294b (diff) | |
download | CMake-928ca50b6ffd3c095a0df91c89de5d6ecb446b6c.zip CMake-928ca50b6ffd3c095a0df91c89de5d6ecb446b6c.tar.gz CMake-928ca50b6ffd3c095a0df91c89de5d6ecb446b6c.tar.bz2 |
Tests: Teach RunCMake to ignore Xcode install_name_tool signature warnings
The `install_name_tool` may warn:
install_name_tool: warning: changes being made to the file will
invalidate the code signature in: ...
Teach RunCMake to drop such incidental lines before matching against
expected output.
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" |