diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-08-11 22:35:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 22:35:14 (GMT) |
commit | 8d5fcbcdce6e932a402fd3cdf210df502c4ab5ed (patch) | |
tree | abe5bfab748f35204e58777c3e96788f1249fb8d /config/cmake/CTestCustom.cmake | |
parent | b745b54a09c160d9012ddac3084a5831a2c8df7c (diff) | |
download | hdf5-8d5fcbcdce6e932a402fd3cdf210df502c4ab5ed.zip hdf5-8d5fcbcdce6e932a402fd3cdf210df502c4ab5ed.tar.gz hdf5-8d5fcbcdce6e932a402fd3cdf210df502c4ab5ed.tar.bz2 |
Correct target name for szaec lib (#2000)
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 1661216..442a4ff 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -20,6 +20,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "note.*expected.*void.*but argument is of type.*volatile" "plugin-build.*:[ \t]*warning" + "stamp.verify" "CMake Warning*stamp" "src.ZLIB.*:[ \t]*warning" "warning LNK4197:.*ZLIB-prefix" |