diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-04-03 18:50:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-04-03 18:50:07 (GMT) |
commit | 4390a094fa057fc3d764eb4d569dd0b3e4952a51 (patch) | |
tree | c8ad95275d29a20c82314d424a290ca0ca7874d5 | |
parent | 523a4f7658cc3af131a4a10f8030fc7387745702 (diff) | |
download | hdf5-4390a094fa057fc3d764eb4d569dd0b3e4952a51.zip hdf5-4390a094fa057fc3d764eb4d569dd0b3e4952a51.tar.gz hdf5-4390a094fa057fc3d764eb4d569dd0b3e4952a51.tar.bz2 |
[svn-r26720] Add HL to default components
-rw-r--r-- | config/cmake/hdf5-config.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/hdf5-config.cmake.in b/config/cmake/hdf5-config.cmake.in index 5b91df2..da5304d 100644 --- a/config/cmake/hdf5-config.cmake.in +++ b/config/cmake/hdf5-config.cmake.in @@ -97,7 +97,7 @@ endif () # Handle default component : if (NOT ${HDF5_PACKAGE_NAME}_FIND_COMPONENTS) - set (${HDF5_PACKAGE_NAME}_FIND_COMPONENTS C) + set (${HDF5_PACKAGE_NAME}_FIND_COMPONENTS C HL) set (${HDF5_PACKAGE_NAME}_FIND_REQUIRED_C true) endif () |