Skip to content

Commit fc45b28

Browse files
committed
cmake: adding missing dependency in cmake config module
1 parent 19eb775 commit fc45b28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/exodusiicpp-config.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include(CMakeFindDependencyMacro)
99

1010
find_dependency(fmt 11 REQUIRED)
1111
find_dependency(NetCDF REQUIRED)
12+
find_dependency(HDF5 1.10 REQUIRED COMPONENTS C)
1213
find_dependency(ExodusII REQUIRED)
1314
check_required_components(exodusIIcpp)
1415

0 commit comments

Comments
 (0)