We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dfd092 + 6de1c85 commit 4a71657Copy full SHA for 4a71657
cmake/spinerConfig.cmake.in
@@ -7,7 +7,7 @@ include(CMakeFindDependencyMacro)
7
find_dependency(ports-of-call)
8
9
if(@SPINER_USE_HDF@)
10
- find_dependency(hdf5 COMPONENTS C HL)
+ find_dependency(HDF5 COMPONENTS C HL)
11
if(HDF5_IS_PARALLEL)
12
find_dependency(MPI COMPONENTS CXX)
13
endif()
0 commit comments