We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5259f commit 9331e38Copy full SHA for 9331e38
1 file changed
cmake/hdf5.cmake
@@ -43,6 +43,7 @@ endif()
43
44
set(hdf5_cmake_args
45
-DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=ON
46
+-DHDF5_ENABLE_ZLIB_SUPPORT:BOOL=ON
47
-DZLIB_USE_EXTERNAL:BOOL=OFF
48
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
49
-DHDF5_GENERATE_HEADERS:BOOL=false
@@ -59,6 +60,7 @@ set(hdf5_cmake_args
59
60
-DHDF5_BUILD_TOOLS:BOOL=true
61
-DHDF5_ENABLE_PARALLEL:BOOL=$<BOOL:${hdf5_parallel}>
62
-DHDF5_BUILD_PARALLEL_TOOLS:BOOL=$<BOOL:${hdf5_parallel}>
63
+-DHDF5_ENABLE_NONSTANDARD_FEATURE_FLOAT16:BOOL=OFF
64
)
65
66
#-DHDF5_USE_GNU_DIRS:BOOL=ON # not yet, new for 1.14
0 commit comments