From bf487a7e82fc2fd08f8e7869836da6ceb2f28dac Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Sat, 9 Mar 2019 16:17:41 +0100 Subject: [PATCH] MVAUtils: cmake fix Declare dependency on CxxUtils (for checker_macros.h). --- Reconstruction/MVAUtils/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Reconstruction/MVAUtils/CMakeLists.txt b/Reconstruction/MVAUtils/CMakeLists.txt index 7774cf602d8d..3b392df10ad2 100644 --- a/Reconstruction/MVAUtils/CMakeLists.txt +++ b/Reconstruction/MVAUtils/CMakeLists.txt @@ -5,6 +5,10 @@ # Declare the package name: atlas_subdir( MVAUtils ) +atlas_depends_on_subdirs( + PRIVATE + Control/CxxUtils ) + # External dependencies: find_package( ROOT COMPONENTS Tree TreePlayer TMVA XMLIO Core MathCore Hist RIO pthread ) -- GitLab