Skip to content
Snippets Groups Projects
Commit d7acc6ea authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'BoostPreConfig-main-20250109' into 'main'

Boost Pre-Configuration, main branch (2025.01.09.)

See merge request atlas/athena!77064
parents 3cc8fe3d 17799e70
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# File setting up imported targets needed by the exported targets of
# @CMAKE_PROJECT_NAME@.
......@@ -34,6 +34,7 @@ endif()
# Imported target(s) used by the project.
find_package( Threads ${_quietFlag} )
find_package( GTest ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Clean up.
unset( _quietFlag )
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# Pre-config script to propagate variables to downstream projects
#
......@@ -42,6 +42,7 @@ endif()
# Imported target(s) used by the project.
find_package( GTest ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Clean up.
unset( _quietFlag )
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# Pre-config script to propagate variables to downstream projects
#
......@@ -31,6 +31,7 @@ endif()
# Imported target(s) used by the project.
find_package( GTest ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Clean up.
unset( _quietFlag )
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# Pre-config script to propagate variables to downstream projects
#
......@@ -44,6 +44,7 @@ find_package( LCG @LCG_VERSION_NUMBER@ REQUIRED EXACT ${_quietFlag} )
find_package( nlohmann_json ${_quietFlag} )
find_package( GTest ${_quietFlag} )
find_package( Geant4 ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Clean up.
unset( _quietFlag )
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# Pre-config script to propagate variables to downstream projects
#
......@@ -54,6 +54,7 @@ find_package( Qt5 ${_quietFlag} COMPONENTS Core OpenGL Gui PrintSupport Widgets
Sql Network )
find_package( GTest ${_quietFlag} )
find_package( Geant4 ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Set the versions of the TDAQ projects:
set( TDAQ_PROJECT_NAME "@TDAQ_PROJECT_NAME@" CACHE STRING
......
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# File taking care of pointing the downstream projects at the right
# version of LCG.
......@@ -43,6 +43,7 @@ set( TDAQ-COMMON_ATROOT "@TDAQ-COMMON_ATROOT@" CACHE PATH
# Find tdaq-common, mainly to have packages find COOL/CORAL.
find_package( tdaq-common ${_quietFlag} )
find_package( Boost ${_quietFlag} COMPONENTS ALL )
# Clean up.
unset( _quietFlag )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment