diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-06 23:24:28 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-06 23:24:28 (GMT) |
commit | 21e73fd58d64fdba5e06e73e59be30d2a4c3fd59 (patch) | |
tree | 19553fdf3d497294764aae6b7705620af19bf074 /tools | |
parent | 5d457dd379b1a29814bdda78f5daead1b83fe1aa (diff) | |
download | hdf5-21e73fd58d64fdba5e06e73e59be30d2a4c3fd59.zip hdf5-21e73fd58d64fdba5e06e73e59be30d2a4c3fd59.tar.gz hdf5-21e73fd58d64fdba5e06e73e59be30d2a4c3fd59.tar.bz2 |
Moved fixes for incorrectly installed header files to 1.10.
Diffstat (limited to 'tools')
-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) |