1 12 Merge SZ plugin changes from develop (#1455)

* Merge SZ plugin changes from develop

* Update examples version

* Update examples version
This commit is contained in:
Allen Byrne
2022-02-24 08:53:10 -06:00
committed by GitHub
parent c7d800e5e5
commit fd07c2038e
41 changed files with 119 additions and 115 deletions

View File

@@ -238,7 +238,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
# Append more extra warning flags that only gcc 9.3+ knows about
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.3)
# do not use C warnings, gnu-warnings 9.3, no cxx warniings
# do not use C warnings, gnu-warnings 9.3, no cxx warnings
# ADD_H5_FLAGS (H5_CXXFLAGS "${HDF5_SOURCE_DIR}/config/gnu-warnings/9.3")
endif ()