summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-04-21 19:25:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-04-21 19:25:06 (GMT)
commit514edbe060d004986ae65088ecf257642d6069a7 (patch)
tree65ce1e75b5e77b44eacfb0513ea675cff49e75d5 /CMakeInstallation.cmake
parent3daf1c9f2f58f9549a8f615d5c45bb35c243800c (diff)
downloadhdf5-514edbe060d004986ae65088ecf257642d6069a7.zip
hdf5-514edbe060d004986ae65088ecf257642d6069a7.tar.gz
hdf5-514edbe060d004986ae65088ecf257642d6069a7.tar.bz2
[svn-r26872] Change location of lib settings file
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 53ab0f3..5f176a0 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
)