Skip to content

Commit

Permalink
just install core hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 19, 2024
1 parent dc802bf commit 3ec82a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else()
# HDF5 is a shared library, so we need to install it
install(DIRECTORY ${HDF5_LIBRARY_DIRS}
DESTINATION .
FILES_MATCHING PATTERN "*${CMAKE_SHARED_LIBRARY_SUFFIX}*"
FILES_MATCHING PATTERN "*hdf5${CMAKE_SHARED_LIBRARY_SUFFIX}*"
)
endif()

Expand Down

0 comments on commit 3ec82a3

Please sign in to comment.