diff options
author | Brad King <brad.king@kitware.com> | 2015-03-31 20:25:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-31 20:25:37 (GMT) |
commit | 3113d86df4b469abdf3852671dc985420e06d363 (patch) | |
tree | 1c72dd7a80e64c9a40b3834ae214abcd0bfc3ccc /CTestCustom.cmake.in | |
parent | 00214357ba6166d829da68a65c0d50a61c663bd5 (diff) | |
download | CMake-3113d86df4b469abdf3852671dc985420e06d363.zip CMake-3113d86df4b469abdf3852671dc985420e06d363.tar.gz CMake-3113d86df4b469abdf3852671dc985420e06d363.tar.bz2 |
CTestCustom: Suppress OS X universal binary link arch warnings
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 8c4d400..d716498 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -53,6 +53,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast "ld: warning: directory not found for option .-(F|L)" + "ld: warning: in .*/libgcc.a, file is not of required architecture" "warning.*This version of Mac OS X is unsupported" "clang.*: warning: argument unused during compilation: .-g" "note: in expansion of macro" # diagnostic context note |