Skip to content

Commit 38819c2

Browse files
authored
Merge pull request #478 from WardF/fix-472.wif
Address missing compile definition
2 parents d0ebd7a + 4de39ad commit 38819c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ IF(NOT DISABLE_ZSTANDARD_PLUGIN)
700700
MESSAGE(STATUS "HDF5_PLUGIN_PATH: $ENV{HDF5_PLUGIN_PATH}")
701701
SET(NF_HAVE_ZSTD TRUE)
702702
SET(NF_HDF5_PLUGIN_PATH "(HDF5_PLUGIN_PATH: $ENV{HDF5_PLUGIN_PATH}")
703+
add_compile_definitions(ENABLE_ZSTD)
703704
ENDIF()
704705
ENDIF(NC_HAVE_ZSTD)
705706
ELSE(NOT DISABLE_ZSTANDARD_PLUGIN)

0 commit comments

Comments
 (0)