Do not set CMAKE_BUILD_TYPE when building on top of Gaudi
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 Hugo Campora Perez