diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-04-21 16:21:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-04-21 16:21:52 (GMT) |
commit | b32caab787236a72c25dcb1c895c32da8832deab (patch) | |
tree | 8232cff3c994bfa27146cbbec4fd31ae31f730d5 /CMakeInstallation.cmake | |
parent | 34a1da1731eb1818d5bf374745672cf289522c31 (diff) | |
download | hdf5-b32caab787236a72c25dcb1c895c32da8832deab.zip hdf5-b32caab787236a72c25dcb1c895c32da8832deab.tar.gz hdf5-b32caab787236a72c25dcb1c895c32da8832deab.tar.bz2 |
[svn-r26864] Change location of lib settings file
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r-- | CMakeInstallation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 0380adc..aa49cdc 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -139,7 +139,7 @@ configure_file ( ) install ( FILES ${HDF5_BINARY_DIR}/libhdf5.settings - DESTINATION ${HDF5_INSTALL_CMAKE_DIR} + DESTINATION ${HDF5_INSTALL_LIB_DIR} COMPONENT libraries ) |