diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-25 22:54:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-25 22:54:28 (GMT) |
commit | 3ab1a073688453991b78df300067009cd0c5f610 (patch) | |
tree | a64f6569d08404ff719e360149db75b209060de9 /CMakeLists.txt | |
parent | 88f8d1fc9f8c34404c15f23aa2a7c354c2b3f78c (diff) | |
download | hdf5-3ab1a073688453991b78df300067009cd0c5f610.zip hdf5-3ab1a073688453991b78df300067009cd0c5f610.tar.gz hdf5-3ab1a073688453991b78df300067009cd0c5f610.tar.bz2 |
Fix missing ext libs references
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce0aadf..922ada8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -233,7 +233,7 @@ if (NOT HDF5_INSTALL_DATA_DIR) set (HDF5_INSTALL_FWRK_DIR ${CMAKE_INSTALL_FRAMEWORK_PREFIX}) endif () set (HDF5_INSTALL_DATA_DIR share) - set (HDF5_INSTALL_CMAKE_DIR share/cmake/hdf5) + set (HDF5_INSTALL_CMAKE_DIR share/cmake) else () set (HDF5_INSTALL_DATA_DIR ".") set (HDF5_INSTALL_CMAKE_DIR cmake) |