We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ebd7a + 4de39ad commit 38819c2Copy full SHA for 38819c2
1 file changed
CMakeLists.txt
@@ -700,6 +700,7 @@ IF(NOT DISABLE_ZSTANDARD_PLUGIN)
700
MESSAGE(STATUS "HDF5_PLUGIN_PATH: $ENV{HDF5_PLUGIN_PATH}")
701
SET(NF_HAVE_ZSTD TRUE)
702
SET(NF_HDF5_PLUGIN_PATH "(HDF5_PLUGIN_PATH: $ENV{HDF5_PLUGIN_PATH}")
703
+ add_compile_definitions(ENABLE_ZSTD)
704
ENDIF()
705
ENDIF(NC_HAVE_ZSTD)
706
ELSE(NOT DISABLE_ZSTANDARD_PLUGIN)
0 commit comments