summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-29 14:16:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-29 14:16:23 (GMT)
commit7db3ea76da5d3b5c237a707b09d1618d3206ba83 (patch)
tree9998d08998b30533c026a0dcec4c6e313864dc34 /tools
parent47f30b474bdc498c20bd6d2a0ba7e8947ab389f0 (diff)
parent62b92ddf4096d9b8f6235587ec16f34f6c6fa119 (diff)
downloadhdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.zip
hdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.tar.gz
hdf5-7db3ea76da5d3b5c237a707b09d1618d3206ba83.tar.bz2
Merge pull request #1305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks to develop
* commit '62b92ddf4096d9b8f6235587ec16f34f6c6fa119': Makes the installed header files the same between the autotools and CMake.
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/CMakeLists.txt12
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)