Skip to content

Boost Usage Fix, master branch (2020.11.22.)

Now manually setting Boost_USE_DEBUG_RUNTIME based on the LCG platform.

This is necessary for Gaudi, which forcefully goes around our FindBoost.cmake module, to use Boost's installed CMake configuration directly. For some reason this only showed up once trying to build code against an installed release, with athena!38429 (merged) merged in. 😕

Merge request reports