Gate
Gate copied to clipboard
make GATE_COMPILE_DEBUG_MESSAGES cmake compatible
We should make cmake aware of GATE_COMPILE_DEBUG_MESSAGES. Two ways to do this :
- set the
GATE_COMPILE_DEBUG_MESSAGESwhen-DCMAKE_BUILD_TYPE=Debugis used. - or add a new config option for cmake.
what do you think ? I have a preference for the first.
Hi, yes the first one is probably simpler.