diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:25:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:25:36 (GMT) |
commit | deb75622ca18958ea729c7184c4bc5ea0e029280 (patch) | |
tree | ba23ac80c0fd9a4cde379ade2e9365deb0b40da6 /tools | |
parent | df7cf2a9d3409ce6dfbd28d80af35fa2512320ae (diff) | |
parent | 20ad15a1a8e9008103fe7d30401408eaa2aff6e5 (diff) | |
download | hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.zip hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.tar.gz hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
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) |