From: Drew Parsons <dparsons@debian.org>
Date: Mon, 21 Aug 2023 13:53:57 +0200
Subject: installs bp2h5 with other binary tools (adios2_tools-runtime
 component)

---
 source/utils/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/utils/CMakeLists.txt b/source/utils/CMakeLists.txt
index 01f5f93..9b83931 100644
--- a/source/utils/CMakeLists.txt
+++ b/source/utils/CMakeLists.txt
@@ -102,11 +102,13 @@ if(ADIOS2_HAVE_HDF5)
   install(PROGRAMS ${PROJECT_BINARY_DIR}/adios2_reorganize_wrapper
     RENAME bp2h5${ADIOS2_EXECUTABLE_SUFFIX}
     DESTINATION ${CMAKE_INSTALL_BINDIR}
+    COMPONENT adios2_tools-runtime
   )
   if(ADIOS2_HAVE_MPI)
     install(PROGRAMS ${PROJECT_BINARY_DIR}/adios2_reorganize_wrapper
       RENAME bp2h5_mpi${ADIOS2_EXECUTABLE_SUFFIX}
       DESTINATION ${CMAKE_INSTALL_BINDIR}
+      COMPONENT adios2_tools-runtime
     )
   endif()
 endif()
