summaryrefslogtreecommitdiffstats
path: root/config/cmake/hdf5-config.cmake.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-17 17:17:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-17 17:17:19 (GMT)
commita27d1b909d00748ec99bf06e2bf6ee84c6ad4aa1 (patch)
tree0d9c3b0e089fcb673d203da28a731edc56bc9818 /config/cmake/hdf5-config.cmake.in
parent67bc117efed376f28797fba1ed9b3f4ccf819c91 (diff)
downloadhdf5-a27d1b909d00748ec99bf06e2bf6ee84c6ad4aa1.zip
hdf5-a27d1b909d00748ec99bf06e2bf6ee84c6ad4aa1.tar.gz
hdf5-a27d1b909d00748ec99bf06e2bf6ee84c6ad4aa1.tar.bz2
Fix typo
Diffstat (limited to 'config/cmake/hdf5-config.cmake.in')
-rw-r--r--config/cmake/hdf5-config.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/hdf5-config.cmake.in b/config/cmake/hdf5-config.cmake.in
index 800de85..b1ef0ac 100644
--- a/config/cmake/hdf5-config.cmake.in
+++ b/config/cmake/hdf5-config.cmake.in
@@ -184,7 +184,7 @@ foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
else ()
set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
- set (${COMP_LIBRARY} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp2}-${libtype} @HDF5_PACKAGE@::${hdf5_comp}-${lcomp
+ set (${COMP_LIBRARY} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp2}-${libtype} @HDF5_PACKAGE@::${hdf5_comp}-${libtype})
endif ()
elseif (comp STREQUAL "Java")
set (${HDF5_PACKAGE_NAME}_${comp}_FOUND 1)