Skip to content

Qt5 Usage Fix, master branch (2020.04.03.)

Made Athena explicitly set up the LCG release itself.

In order to be able to find Qt5 "early enough" it's not possible anymore to wait for AthenaExternals with setting up the LCG release, as it used to happen so far...

This is to fix the issue reported by @dcasper in !31609 (merged). Dave, in the end a change in AthenaExternals was not going to cut it after all. I had to tweak code in this repository to fix this issue after all.

Merge request reports