diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-08 22:39:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-08 22:39:35 (GMT) |
commit | 13f5388149a0dd39a6f67d30d63c6d622e249fd9 (patch) | |
tree | 71db7c6a75334fe676f4ea2cafef52210c5b1f94 /c++/src | |
parent | 3712738877a14c3257155acd1f558cfe039f3625 (diff) | |
download | hdf5-13f5388149a0dd39a6f67d30d63c6d622e249fd9.zip hdf5-13f5388149a0dd39a6f67d30d63c6d622e249fd9.tar.gz hdf5-13f5388149a0dd39a6f67d30d63c6d622e249fd9.tar.bz2 |
HDFFV-4359 Add HL C++ and fix install parameters
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt index e685491..350bdf7 100644 --- a/c++/src/CMakeLists.txt +++ b/c++/src/CMakeLists.txt @@ -168,7 +168,7 @@ configure_file ( install ( FILES ${HDF5_BINARY_DIR}/CMakeFiles/${HDF5_CPP_LIB_CORENAME}-${HDF5_PACKAGE_VERSION}.pc DESTINATION ${HDF5_INSTALL_LIB_DIR}/pkgconfig - COMPONENT libraries + COMPONENT cpplibraries ) if (NOT WIN32) @@ -182,7 +182,7 @@ if (NOT WIN32) FILES ${HDF5_BINARY_DIR}/CMakeFiles/h5c++ DESTINATION ${HDF5_INSTALL_BIN_DIR} PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - COMPONENT libraries + COMPONENT cpplibraries ) endif () |