summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-29 17:34:18 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:53 (GMT)
commit55212d3a020875812923f8f7a2d72d064e4218d8 (patch)
treebdf1ea9d8ac608d726106c7204e811c2e5353d65 /config/cmake
parent99993f336069ad60c1a1913f803dc604be2dc924 (diff)
downloadhdf5-55212d3a020875812923f8f7a2d72d064e4218d8.zip
hdf5-55212d3a020875812923f8f7a2d72d064e4218d8.tar.gz
hdf5-55212d3a020875812923f8f7a2d72d064e4218d8.tar.bz2
Ext libs ZLIB and SZIP warnings are separate concerns
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/CTestCustom.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 1b8d7d7..5a0947c 100644
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -25,6 +25,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION
# "H5Tconv.c[0-9 \t:]*warning:[ \t]*comparison is always false due to limited range of data type"
# "H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244"
"src.ZLIB.*:[ \t]*warning"
+ "warning LNK4197:.*ZLIB-prefix"
"src.SZIP.*:[ \t]*warning"
# "POSIX name for this item is deprecated"
"disabling jobserver mode"