summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-10 08:11:21 -0400
committerBrad King <brad.king@kitware.com>2015-04-10 08:11:21 -0400
commit1f3bb59b691bf4d745e5c01b012c9d0b178bc34f (patch)
tree0fae49b650bd1b371c0b9c6d7ffb32d053125903 /CTestCustom.cmake.in
parentfd5cbbe0008c53ebfd666fe34be958d5b5456880 (diff)
downloadcmake-1f3bb59b691bf4d745e5c01b012c9d0b178bc34f.tar.gz
CTestCustom: Suppress more OS X universal binary link arch warnings
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 15f83ad437..8a345b0883 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 .*/libgcc.a archive's cputype"
"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"