From b2976478948ac2f81a8081d98750c771256162b6 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <fwinkl@cern> Date: Wed, 7 Oct 2020 19:20:12 +0200 Subject: [PATCH] McEventSelector: cmake cleanup --- Generators/McEventSelector/CMakeLists.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Generators/McEventSelector/CMakeLists.txt b/Generators/McEventSelector/CMakeLists.txt index b4209f351ee..582e4fd5356 100644 --- a/Generators/McEventSelector/CMakeLists.txt +++ b/Generators/McEventSelector/CMakeLists.txt @@ -1,18 +1,8 @@ -################################################################################ -# Package: McEventSelector -################################################################################ +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( McEventSelector ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/AthenaBaseComps - Control/AthenaKernel - GaudiKernel - PRIVATE - Event/EventInfo ) - # Component(s) in the package: atlas_add_component( McEventSelector src/McAddress.cxx @@ -23,5 +13,4 @@ atlas_add_component( McEventSelector LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel EventInfo ) # Install files from the package: -atlas_install_headers( McEventSelector ) -atlas_install_python_modules( python/*.py ) +atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) -- GitLab