Skip to content

Commit 2280d3e

Browse files
committed
windows: hdf5 1.14.6 also needs workaround
1 parent cfe37fa commit 2280d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656
# HDF5 bug #3663 for HDF5 1.14.2..5, ...?
5757
# https://github.com/HDFGroup/hdf5/issues/3663
5858
if(WIN32 AND CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
59-
if(HDF5_VERSION MATCHES "1.14.[2-5]")
59+
if(HDF5_VERSION MATCHES "1.14.[2-6]")
6060
message(STATUS "HDF5: applying workaround for HDF5 bug #3663 with Intel oneAPI on Windows")
6161
target_link_libraries(HDF5::HDF5 INTERFACE shlwapi)
6262
endif()

0 commit comments

Comments
 (0)