From 3223e5b6c393e6703c9534a9f9fbdd9627e4a3ca Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 10 Sep 2024 10:31:49 +0200 Subject: [PATCH] Don't ask for MarlinUtil since this is in another PR --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10ef960..81c9bc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,6 @@ find_package(ROOT COMPONENTS RIO Tree MathCore) find_package(EDM4HEP) find_package(k4FWCore) find_package(Gaudi) -find_package(MarlinUtil REQUIRED) #--------------------------------------------------------------- include(cmake/Key4hepConfig.cmake)