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 cfe37fa commit 2280d3eCopy full SHA for 2280d3e
CMakeLists.txt
@@ -56,7 +56,7 @@ endif()
56
# HDF5 bug #3663 for HDF5 1.14.2..5, ...?
57
# https://github.com/HDFGroup/hdf5/issues/3663
58
if(WIN32 AND CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
59
-if(HDF5_VERSION MATCHES "1.14.[2-5]")
+if(HDF5_VERSION MATCHES "1.14.[2-6]")
60
message(STATUS "HDF5: applying workaround for HDF5 bug #3663 with Intel oneAPI on Windows")
61
target_link_libraries(HDF5::HDF5 INTERFACE shlwapi)
62
endif()
0 commit comments