diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-07 15:26:45 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-07 15:26:45 (GMT) |
commit | c71556168c3111c698b39ef29d6ab31c4294298b (patch) | |
tree | 9f79ae9ff8bacb44721cbf455ab0ace96d6558c7 /tools | |
parent | 7155b037ed7f072039526c4e1baa0ff1f2017f09 (diff) | |
parent | 21e73fd58d64fdba5e06e73e59be30d2a4c3fd59 (diff) | |
download | hdf5-c71556168c3111c698b39ef29d6ab31c4294298b.zip hdf5-c71556168c3111c698b39ef29d6ab31c4294298b.tar.gz hdf5-c71556168c3111c698b39ef29d6ab31c4294298b.tar.bz2 |
Merge pull request #1359 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '21e73fd58d64fdba5e06e73e59be30d2a4c3fd59':
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) |