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

@@ -56,5 +56,7 @@ endif (BUILD_TESTING)
install (
TARGETS
h5format_convert
EXPORT
${HDF5_EXPORTED_TARGETS}
RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications
)