From 86e225fad66e5f4d087c3736f0b54c56b0718c8d Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Wed, 28 Aug 2024 15:14:11 +0200 Subject: [PATCH] Adding missing podioDataSourceDict target --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b7f6aaf56..6f425fe8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -192,7 +192,7 @@ if (NOT ENABLE_DATASOURCE) EXPORT podioTargets DESTINATION "${CMAKE_INSTALL_LIBDIR}") else() - install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource ${INSTALL_LIBRARIES} + install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource podioDataSourceDict ${INSTALL_LIBRARIES} EXPORT podioTargets DESTINATION "${CMAKE_INSTALL_LIBDIR}") endif()