Skip to content

fixed backward compatibility of new toolchain with old GaudiProjectConfig

Marco Clemencic requested to merge cmake-backward-compat into master

when mixing the new toolchain with old GaudiProjectConfig, the special variable CMAKE_BUILD_TYPE was not set, leading to wrong compile time options (in particular for optimizations) that caused segfaults in ROOT Python bindings and LoKi functors.

Merge request reports