Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 9, 2024
1 parent 52c8816 commit 64a4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Option.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ if (USE_HDF5)
include_directories(Include/hdf5)
include_directories(Include/hdf5-${SP_EXTERNAL_LIB_PATH})
if (COMPILER_IDENTIFIER MATCHES "vs")
link_libraries(libhdf5_hl libhdf5)
link_libraries(libhdf5_hl libhdf5 shlwapi)
else ()
link_libraries(hdf5_hl hdf5)
endif ()
Expand Down

0 comments on commit 64a4344

Please sign in to comment.