From 48d66cbad8a6c177efa8b6425410247c8b483cc2 Mon Sep 17 00:00:00 2001 From: Chris Jones <jonesc@hep.phy.cam.ac.uk> Date: Thu, 11 Aug 2022 10:14:54 +0100 Subject: [PATCH] enable functor cache in dd4hep builds --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d263d648813..30350c0aadf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,10 +25,6 @@ list(PREPEND CMAKE_MODULE_PATH set(WITH_Moore_PRIVATE_DEPENDENCIES TRUE) include(MooreDependencies) -if(USE_DD4HEP) - option(LOKI_BUILD_FUNCTOR_CACHE "Enable building of LoKi Functors Caches." FALSE) -endif() - # -- Subdirectories lhcb_add_subdirectories( Hlt/Hlt1Conf -- GitLab