From 0bd9685d4e2f5e96a5572871507bba95e3010464 Mon Sep 17 00:00:00 2001 From: Chiara Oppedisano Date: Tue, 28 Oct 2025 18:40:11 +0100 Subject: [PATCH 1/2] Fixing issue with PWGLF --- PWGLF/TableProducer/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGLF/TableProducer/CMakeLists.txt b/PWGLF/TableProducer/CMakeLists.txt index ec21b553563..2573853af6d 100644 --- a/PWGLF/TableProducer/CMakeLists.txt +++ b/PWGLF/TableProducer/CMakeLists.txt @@ -9,9 +9,8 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -add_subdirectory(QC) add_subdirectory(Common) add_subdirectory(Nuspex) add_subdirectory(Strangeness) -add_subdirectory(Resonances) +add_subdirectory(Resonances) \ No newline at end of file From 4a20030c15dc1bfdcccce68e8c9f6d74e1ca838d Mon Sep 17 00:00:00 2001 From: Chiara Oppedisano Date: Thu, 30 Oct 2025 10:40:51 +0100 Subject: [PATCH 2/2] Revert "Fixing issue with PWGLF" This reverts commit 0bd9685d4e2f5e96a5572871507bba95e3010464. --- PWGLF/TableProducer/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/CMakeLists.txt b/PWGLF/TableProducer/CMakeLists.txt index 2573853af6d..ec21b553563 100644 --- a/PWGLF/TableProducer/CMakeLists.txt +++ b/PWGLF/TableProducer/CMakeLists.txt @@ -9,8 +9,9 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +add_subdirectory(QC) add_subdirectory(Common) add_subdirectory(Nuspex) add_subdirectory(Strangeness) -add_subdirectory(Resonances) \ No newline at end of file +add_subdirectory(Resonances)