From 2425b55ed59e7cfecf2213e21b15c357b2283c61 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 24 Jul 2024 16:59:15 +0200 Subject: [PATCH] Link to podioIO --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index f27b41c1d..0f79fbe32 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,7 +12,7 @@ if (nlohmann_json_FOUND) target_link_libraries(edm4hep2json PUBLIC ROOT::Core ROOT::Tree podio::podio - podio::podioRootIO + podio::podioIO edm4hep nlohmann_json::nlohmann_json)