diff options
author | Brad King <brad.king@kitware.com> | 2018-06-20 13:42:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-20 13:42:25 (GMT) |
commit | e11f660ae1b31f730212af43e1094f8dc3d42ef8 (patch) | |
tree | c2640181f8d0361b6682fb004d5fa6b8d4d8ac19 /Tests/RunCMake | |
parent | 20f042374730b2e1ee756c3b5939b63d6769cac3 (diff) | |
parent | ca6920689300249f67c4914cef521963c72a0d3f (diff) | |
download | CMake-e11f660ae1b31f730212af43e1094f8dc3d42ef8.zip CMake-e11f660ae1b31f730212af43e1094f8dc3d42ef8.tar.gz CMake-e11f660ae1b31f730212af43e1094f8dc3d42ef8.tar.bz2 |
Merge topic 'xcode-10-legacy-build-system'
ca69206893 Tests: Do not use i386 architecture with Xcode 10 and above
71fa78ff7a Tests: Teach RunCMake to ignore Xcode missing file type warnings
057ecb8f6f C++ feature checks: Ignore Xcode warnings
985d3a162c Xcode: Use legacy build system
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2151
Diffstat (limited to 'Tests/RunCMake')
-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 b2b38ef..69c96cc 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -109,6 +109,7 @@ function(run_cmake test) "|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:" "|Error kstat returned" "|Hit xcodebuild bug" + "|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type" "|ld: 0711-224 WARNING: Duplicate symbol: .__init_aix_libgcc_cxa_atexit" "|ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information" "|[^\n]*is a member of multiple groups" |