Skip to content

Do not set CMAKE_BUILD_TYPE when building on top of Gaudi

Marco Clemencic requested to merge do-not-force-build-type into master

Gaudi based projects should not set CMAKE_BUILD_TYPE, because it's implied by BINARY_TAG in the call to gaudi_project. Setting it before the gaudi_project call causes inconsistencies.

See #150

In addition:

  • Spurious "23" printfs removed.
  • Warning seen with ROOT OFF in PVChecker removed.
  • CMAKE_CXX_FLAG variables turned into CACHE STRING.
Edited by Daniel Campora Perez

Merge request reports