diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 16:10:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 16:10:27 (GMT) |
commit | 2c48f6bd00bc384ec7833f4952e37087257d0896 (patch) | |
tree | c0099f565a4e2597c164edda93f17532183ddff2 /tools/lib | |
parent | 29afe82e7912827ae1777049a34e04c3a1605eb0 (diff) | |
parent | 7db3ea76da5d3b5c237a707b09d1618d3206ba83 (diff) | |
download | hdf5-2c48f6bd00bc384ec7833f4952e37087257d0896.zip hdf5-2c48f6bd00bc384ec7833f4952e37087257d0896.tar.gz hdf5-2c48f6bd00bc384ec7833f4952e37087257d0896.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '7db3ea76da5d3b5c237a707b09d1618d3206ba83':
Makes the installed header files the same between the autotools and CMake.
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index a03b60a..1596ea7 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -76,18 +76,6 @@ endif () ############################################################################## #----------------------------------------------------------------------------- -# Add file(s) to CMake Install -#----------------------------------------------------------------------------- -install ( - FILES - ${H5_TOOLS_LIB_HDRS} - DESTINATION - ${HDF5_INSTALL_INCLUDE_DIR} - COMPONENT - toolsheaders -) - -#----------------------------------------------------------------------------- # Add Target(s) to CMake Install for import into other projects #----------------------------------------------------------------------------- if (HDF5_EXPORTED_TARGETS) |