From d17d50601909c76fb4cc87402ec0284c619e38c4 Mon Sep 17 00:00:00 2001
From: Peilian LI <peilian.li@cern.ch>
Date: Mon, 13 Jul 2020 15:32:46 +0200
Subject: [PATCH] revert the FunctoreCache build to be off

---
 Phys/FunctorCache/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Phys/FunctorCache/CMakeLists.txt b/Phys/FunctorCache/CMakeLists.txt
index 5248fe51b43..9f61e90b3fd 100644
--- a/Phys/FunctorCache/CMakeLists.txt
+++ b/Phys/FunctorCache/CMakeLists.txt
@@ -36,7 +36,6 @@ if(conf_deps)
   list(INSERT conf_deps 0 DEPENDS)
 endif()
 
-set(THOR_BUILD_TEST_FUNCTOR_CACHE ON)
 # Only actually build a functor cache if it is explicitly requested
 if(THOR_BUILD_TEST_FUNCTOR_CACHE)
   # Disable LoKi-specific hacks in LoKiFunctorsCachePostActionOpts.py
-- 
GitLab