diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-17 15:00:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-17 15:00:15 (GMT) |
commit | 6f21a54989f9f9e08cffb062ec2f900d99c70b8d (patch) | |
tree | 294269a564efa7c3c16a50380aeecf07be0c9035 /tools/h5import | |
parent | 2461caef8af6e20c223a5df474e8ed1eb63d3e39 (diff) | |
download | hdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.zip hdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.tar.gz hdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.tar.bz2 |
Add missing EXPORT tag in install command
Diffstat (limited to 'tools/h5import')
-rw-r--r-- | tools/h5import/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5import/CMakeLists.txt b/tools/h5import/CMakeLists.txt index 1d2d19c..8951be7 100644 --- a/tools/h5import/CMakeLists.txt +++ b/tools/h5import/CMakeLists.txt @@ -48,5 +48,7 @@ endif (BUILD_TESTING) install ( TARGETS h5import + EXPORT + ${HDF5_EXPORTED_TARGETS} RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications ) |