diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-09 22:55:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-09 22:55:29 (GMT) |
commit | 16e0a6b85868ddc30fffe2c92063f71caa5c71c2 (patch) | |
tree | 6c5c4910e39b4fcff743ae1de344b4183fb7aa1e /CMakeLists.txt | |
parent | a5789f6c9ab1f9308b5cc4dc64b156e9be077459 (diff) | |
download | hdf5-16e0a6b85868ddc30fffe2c92063f71caa5c71c2.zip hdf5-16e0a6b85868ddc30fffe2c92063f71caa5c71c2.tar.gz hdf5-16e0a6b85868ddc30fffe2c92063f71caa5c71c2.tar.bz2 |
Correct folder typo
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 f40fc2a..2288be5 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) + set (HDF5_INSTALL_CMAKE_DIR share/cmake/hdf5) else () set (HDF5_INSTALL_DATA_DIR ".") set (HDF5_INSTALL_CMAKE_DIR cmake) |