Skip to content
Snippets Groups Projects

Draft: EventLoop Boost Fix, main branch (2023.07.14.)

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# The name of the package:
atlas_subdir( EventLoop )
# Find the needed external(s):
find_package( Boost )
find_package( Boost COMPONENTS filesystem )
find_package( ROOT COMPONENTS Core RIO Hist Tree TreePlayer )
# Component(s) in the package:
Loading