diff --git a/Generators/Tauolapp_i/CMakeLists.txt b/Generators/Tauolapp_i/CMakeLists.txt index 3ed58dfd82bfd7242c9b36e7499c2bec495949c5..66c883d0c6b25992cbbb0be3273ce449ea82b382 100644 --- a/Generators/Tauolapp_i/CMakeLists.txt +++ b/Generators/Tauolapp_i/CMakeLists.txt @@ -1,33 +1,19 @@ -################################################################################ -# Package: Tauolapp_i -################################################################################ +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( Tauolapp_i ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( - PUBLIC - Control/AthenaBaseComps - Control/AthenaKernel - Database/AthenaPOOL/AthenaPoolUtilities - Event/EventInfo - GaudiKernel - Generators/AtlasHepMC - Generators/GeneratorObjects ) - # External dependencies: find_package( CLHEP ) -find_package( Tauolapp COMPONENTS TauolaFortran ) +find_package( Tauolapp COMPONENTS TauolaFortran TauolaHepMC ) # Component(s) in the package: atlas_add_component( Tauolapp_i Tauolapp_i/*.h src/*.cxx src/components/*.cxx INCLUDE_DIRS ${TAUOLAPP_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${TAUOLAPP_LIBRARIES} AtlasHepMCLib ${CLHEP_LIBRARIES} - AthenaBaseComps AthenaPoolUtilities EventInfo GaudiKernel GeneratorObjects ) + AthenaBaseComps AthenaKernel AthenaPoolUtilities EventInfo GaudiKernel + GeneratorObjects ) # Install files from the package: -atlas_install_headers( Tauolapp_i ) atlas_install_joboptions( share/*.py )