diff options
author | Brad King <brad.king@kitware.com> | 2015-04-09 11:47:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-09 11:47:36 (GMT) |
commit | fd5cbbe0008c53ebfd666fe34be958d5b5456880 (patch) | |
tree | ed5d385c3a9305222816291c57c61fc64a6251a4 /CTestCustom.cmake.in | |
parent | 3113d86df4b469abdf3852671dc985420e06d363 (diff) | |
download | CMake-fd5cbbe0008c53ebfd666fe34be958d5b5456880.zip CMake-fd5cbbe0008c53ebfd666fe34be958d5b5456880.tar.gz CMake-fd5cbbe0008c53ebfd666fe34be958d5b5456880.tar.bz2 |
CTestCustom: Suppress more 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 d716498..15f83ad 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: ignoring file .*/libgcc.a, file was built for archive which is not the architecture being linked" "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" |