Skip to content
Snippets Groups Projects
Commit cf044f2f authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Made Athena explicitly look up Qt5 components during configuration.

This is necessary to be able to build packages (like VP1Algs) that
only indirectly depend on Qt5.
parent 704a2ed4
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
# Pre-config script to propagate variables to downstream projects
#
......@@ -17,4 +18,5 @@ if( Athena_FIND_QUIETLY )
endif()
find_package( Acts ${_quietFlag} COMPONENTS Core )
find_package( nlohmann_json ${_quietFlag} )
find_package( Qt5 COMPONENTS Core OpenGL Gui PrintSupport Widgets Sql Network )
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