We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfd092 commit 6de1c85Copy full SHA for 6de1c85
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