From 156d49e589d9824050dd98f4a016e439ba96b314 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay Date: Mon, 13 May 2024 07:13:57 +0200 Subject: [PATCH] Made the ROOT build use "System VC". Any modern version of ROOT comes with TBB and Vc included. So our project should not build either of those things, when using ROOT. --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index c3ad243014..00fa7b0e9a 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -55,7 +55,8 @@ "inherits": ["base"], "cacheVariables": { "TRACCC_USE_ROOT" : "TRUE", - "TRACCC_USE_SYSTEM_TBB" : "TRUE" + "TRACCC_USE_SYSTEM_TBB" : "TRUE", + "ALGEBRA_PLUGINS_USE_SYSTEM_VC" : "TRUE" } }, {