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.
CMAKE_BUILD_TYPE
BINARY_TAG
gaudi_project
See #150
In addition: