summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-29 16:10:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-29 16:10:27 (GMT)
commit2c48f6bd00bc384ec7833f4952e37087257d0896 (patch)
treec0099f565a4e2597c164edda93f17532183ddff2 /tools
parent29afe82e7912827ae1777049a34e04c3a1605eb0 (diff)
parent7db3ea76da5d3b5c237a707b09d1618d3206ba83 (diff)
downloadhdf5-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')
-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)