diff options
author | Brad King <brad.king@kitware.com> | 2020-05-12 10:49:51 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-12 10:50:03 (GMT) |
commit | fddc0fd49ce76d861b79ac9956cc1e8f918b1a0f (patch) | |
tree | 4fa59009dca43e319f1b8dfab829ad18109aef29 | |
parent | 327e79c3597726d7dbda79e81ccd4990f1dc5eab (diff) | |
parent | 029928b7064db2f884f2f01abd2d6a5578aca6d2 (diff) | |
download | CMake-fddc0fd49ce76d861b79ac9956cc1e8f918b1a0f.zip CMake-fddc0fd49ce76d861b79ac9956cc1e8f918b1a0f.tar.gz CMake-fddc0fd49ce76d861b79ac9956cc1e8f918b1a0f.tar.bz2 |
Merge topic 'system-zlib-qt-warnings'
029928b706 CTestCustom: Suppress warning about zlib symbol conflict with QtCore
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4732
-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 622f054..5b78f2e 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 |