Add missing EXPORT tag in INSTALL command

This commit is contained in:
Allen Byrne
2016-10-17 09:52:00 -05:00
parent 8d04c682f4
commit c3cea7f96e
11 changed files with 24 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ endif (BUILD_TESTING)
install (
TARGETS
h5diff
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
)
@@ -76,6 +78,8 @@ if (H5_HAVE_PARALLEL)
install (
TARGETS
ph5diff
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
)
endif (H5_HAVE_PARALLEL)