Skip to content

Commit 9331e38

Browse files
committed
needed HDF5 options
1 parent 2f5259f commit 9331e38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/hdf5.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ endif()
4343

4444
set(hdf5_cmake_args
4545
-DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=ON
46+
-DHDF5_ENABLE_ZLIB_SUPPORT:BOOL=ON
4647
-DZLIB_USE_EXTERNAL:BOOL=OFF
4748
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
4849
-DHDF5_GENERATE_HEADERS:BOOL=false
@@ -59,6 +60,7 @@ set(hdf5_cmake_args
5960
-DHDF5_BUILD_TOOLS:BOOL=true
6061
-DHDF5_ENABLE_PARALLEL:BOOL=$<BOOL:${hdf5_parallel}>
6162
-DHDF5_BUILD_PARALLEL_TOOLS:BOOL=$<BOOL:${hdf5_parallel}>
63+
-DHDF5_ENABLE_NONSTANDARD_FEATURE_FLOAT16:BOOL=OFF
6264
)
6365

6466
#-DHDF5_USE_GNU_DIRS:BOOL=ON # not yet, new for 1.14

0 commit comments

Comments
 (0)