Skip to content
Snippets Groups Projects

Fix dependency problem with functor cache and GaudiConfig2

Merged Rosen Matev requested to merge cherry-pick-7665e55a into run2-patches
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -101,6 +101,10 @@ function(loki_functors_cache name)
endif()
set(inputs ${inputs} ${input})
endforeach()
# make sure GaudiConfig2 database has been correctly completed
if(TARGET MergeConfDB2)
list(APPEND inputs MergeConfDB2)
endif()
set(tmp_ext pkl)
add_custom_command(OUTPUT ${name}_srcs/${name}.${tmp_ext}
Loading