Skip to content
Snippets Groups Projects
Commit efcb4699 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Use MergedConfDB as dependency in the Turbo cache

Ideally, this would already be done in the main cmake file in LHCb.
parent e284f7b8
No related branches found
No related tags found
2 merge requests!85merge master to future,!77Use MergedConfDB as dependency in the Turbo cache
......@@ -34,7 +34,7 @@ if (NOT "$ENV{CMTCONFIG}" MATCHES ".*-do0$")
include(LoKiFunctorsCache)
# Set dependency so caches build last, after Tesla itself.
set(conf_deps ${deps} TeslaConfUserDB)
set(conf_deps ${deps} MergedConfDB)
foreach(production Turbo04 Turbo04_TurCal)
set(cache_name ${production}_FunctorCache)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment