From 0df192e183cbffe1dcd2da5d71b2781cc7bdd599 Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Tue, 12 Sep 2017 14:55:11 +0200 Subject: [PATCH] HforTool: Missing dependency. cmake fix: missing dependency on TruthUtils in cmake file. Former-commit-id: a8ec575e4d51053fe3fcf5a6c9fd91d2ca758ff4 --- Generators/HforTool/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Generators/HforTool/CMakeLists.txt b/Generators/HforTool/CMakeLists.txt index 702614a39a6..267ec0bdf56 100644 --- a/Generators/HforTool/CMakeLists.txt +++ b/Generators/HforTool/CMakeLists.txt @@ -13,6 +13,7 @@ atlas_depends_on_subdirs( PUBLIC Reconstruction/Jet/JetEvent PRIVATE Control/StoreGate + Generators/TruthUtils Generators/GeneratorObjects Generators/GenInterfaces ) -- GitLab