From 48a35f4bb73caea2a37e9f818a6831e60e52e49b Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sat, 3 Oct 2020 10:17:45 +0200
Subject: [PATCH] fixed cmake target

---
 Framework/Particles/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/Particles/CMakeLists.txt b/Framework/Particles/CMakeLists.txt
index d512a409c..0b0e6bb96 100644
--- a/Framework/Particles/CMakeLists.txt
+++ b/Framework/Particles/CMakeLists.txt
@@ -56,7 +56,7 @@ target_link_libraries (
   CORSIKAparticles
   PUBLIC
   CORSIKAunits
-  spdlog::spdlog
+  CORSIKAlogging
   )
 
 set_target_properties (
-- 
GitLab