summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-11 09:48:53 -0400
committerBrad King <brad.king@kitware.com>2020-05-11 09:51:13 -0400
commit029928b7064db2f884f2f01abd2d6a5578aca6d2 (patch)
tree8dfc12ceb79b0f8e653ac321e9d59784a7699f50 /CTestCustom.cmake.in
parentc2460c0e63e965c6315db666af27dc39bd5a0477 (diff)
downloadcmake-029928b7064db2f884f2f01abd2d6a5578aca6d2.tar.gz
CTestCustom: Suppress warning about zlib symbol conflict with QtCore
When building `cmake-gui` with system-installed `zlib` and `QtCore`, the latter has a different copy of zlib that conflicts and produces warnings on Solaris. Suppress them from report to CDash to clean up nightly builds.
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 622f054d9c..5b78f2eee7 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -64,6 +64,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"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"
+ "ld: warning: symbol .(deflate|inflate)_copyright. has differing sizes" # system libz and QtCore disagree
"warning.*This version of Mac OS X is unsupported"
"clang.*: warning: argument unused during compilation: .-g"
"note: in expansion of macro" # diagnostic context note