From bab2e139276fe25b815d9806e789a25a75a75979 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 14 May 2012 15:08:05 -0500 Subject: [svn-r22365] Added libsettings file to packaging Tested: local linux --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72accd4..35f723e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -868,6 +868,11 @@ CONFIGURE_FILE ( ${HDF5_RESOURCES_DIR}/libhdf5.settings.cmake.in ${HDF5_BINARY_DIR}/libhdf5.settings @ONLY ) +INSTALL ( + FILES ${HDF5_BINARY_DIR}/libhdf5.settings + DESTINATION ${HDF5_INSTALL_LIB_DIR} + COMPONENT libraries +) #----------------------------------------------------------------------------- # Add Document File(s) to CMake Install -- cgit v0.12