Skip to content

Acts Incremental Build Fix, master branch (2019.01.09.)

Following the schema that I made for Geant4, I added code to the Acts build that can ensure that we perform a full build whenever we switch Acts versions. This is necessary because it's not guaranteed that Acts changes will always be incremental build friendly. (They were not that with the last update...)

At the same time I defined a few more CMake cache variables for propagation to the Acts build. Most importantly for defining the build mode to be used for it.

This is to address the build failures that showed up in athena!20149 (merged) and athena!20252 (merged).

Merge request reports