diff --git a/GaudiPluginService/CMakeLists.txt b/GaudiPluginService/CMakeLists.txt
index a45674d9b9ea0a3bf43e0b7dd828482cf3c85fd0..654f0db0ca5feb4a3d65202caab573d451ee10b1 100644
--- a/GaudiPluginService/CMakeLists.txt
+++ b/GaudiPluginService/CMakeLists.txt
@@ -36,7 +36,10 @@ target_compile_options(listcomponents PRIVATE -Wno-deprecated)
 target_compile_features(listcomponents PRIVATE
   $<TARGET_PROPERTY:ROOT::Core,INTERFACE_COMPILE_FEATURES>
 )
-
+set_target_properties(listcomponents
+  PROPERTIES
+  OUTPUT_NAME listcomponents_dd4hep
+  )
 INSTALL(TARGETS listcomponents DD4hepGaudiPluginMgr EXPORT DD4hep
   RUNTIME DESTINATION bin
   ARCHIVE DESTINATION lib