summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-02-17 16:05:08 (GMT)
committerGitHub <noreply@github.com>2022-02-17 16:05:08 (GMT)
commit08ec5b45a5c069077087351923afe780488421a3 (patch)
tree5511f7619f1a7cb4e5402a3f0736124ab1a66f0c /config/cmake/CTestCustom.cmake
parentbbb0acf353920f8315ad59e80e9e8d0754cca655 (diff)
downloadhdf5-08ec5b45a5c069077087351923afe780488421a3.zip
hdf5-08ec5b45a5c069077087351923afe780488421a3.tar.gz
hdf5-08ec5b45a5c069077087351923afe780488421a3.tar.bz2
Add SZ filter and adjust compression file names to avoid conflicts (#1434)
* Updated plugins project required adjustments * Updated plugins need to distinguish external libs * Fix missed rename * Use same name for windows as linux - avoid name clash
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rw-r--r--config/cmake/CTestCustom.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index f958804..9517e4b 100644
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -19,6 +19,8 @@ set (CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 50000)
set (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"note.*expected.*void.*but argument is of type.*volatile"
+ "plugin-build.*:[ \t]*warning"
+ "CMake Warning*stamp"
"src.ZLIB.*:[ \t]*warning"
"warning LNK4197:.*ZLIB-prefix"
"src.SZIP.*:[ \t]*warning"