Skip to content

Commit 4a71657

Browse files
authored
Merge pull request #124 from lanl/rberger/hdf5_fix_take2
2 parents 6dfd092 + 6de1c85 commit 4a71657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/spinerConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(CMakeFindDependencyMacro)
77
find_dependency(ports-of-call)
88

99
if(@SPINER_USE_HDF@)
10-
find_dependency(hdf5 COMPONENTS C HL)
10+
find_dependency(HDF5 COMPONENTS C HL)
1111
if(HDF5_IS_PARALLEL)
1212
find_dependency(MPI COMPONENTS CXX)
1313
endif()

0 commit comments

Comments
 (0)