summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-17 15:00:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-17 15:00:15 (GMT)
commit6f21a54989f9f9e08cffb062ec2f900d99c70b8d (patch)
tree294269a564efa7c3c16a50380aeecf07be0c9035 /hl/tools/gif2h5
parent2461caef8af6e20c223a5df474e8ed1eb63d3e39 (diff)
downloadhdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.zip
hdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.tar.gz
hdf5-6f21a54989f9f9e08cffb062ec2f900d99c70b8d.tar.bz2
Add missing EXPORT tag in install command
Diffstat (limited to 'hl/tools/gif2h5')
-rw-r--r--hl/tools/gif2h5/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/tools/gif2h5/CMakeLists.txt b/hl/tools/gif2h5/CMakeLists.txt
index 57daadb..9e6e828 100644
--- a/hl/tools/gif2h5/CMakeLists.txt
+++ b/hl/tools/gif2h5/CMakeLists.txt
@@ -62,5 +62,7 @@ install (
TARGETS
gif2h5
h52gif
+ EXPORT
+ ${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT hltoolsapplications
)