From a467b9a6abcfbe93a4a69b50c629d35b27c56fc6 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Fri, 14 Jun 2019 09:07:12 +0200 Subject: [PATCH] AthenaCommon: Add missing dependency on six python package --- Control/AthenaCommon/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Control/AthenaCommon/CMakeLists.txt b/Control/AthenaCommon/CMakeLists.txt index f95ff5eefa7..46110e1f465 100644 --- a/Control/AthenaCommon/CMakeLists.txt +++ b/Control/AthenaCommon/CMakeLists.txt @@ -9,6 +9,9 @@ atlas_subdir( AthenaCommon ) atlas_depends_on_subdirs( PRIVATE TestPolicy ) +# External dependencies: +find_package( six ) + # Install files from the package: atlas_install_headers( AthenaCommon ) atlas_install_python_modules( python/*.py python/Utils ) -- GitLab