Gate icon indicating copy to clipboard operation
Gate copied to clipboard

make GATE_COMPILE_DEBUG_MESSAGES cmake compatible

Open m-dupont opened this issue 3 years ago • 1 comments

We should make cmake aware of GATE_COMPILE_DEBUG_MESSAGES. Two ways to do this :

  • set the GATE_COMPILE_DEBUG_MESSAGES when -DCMAKE_BUILD_TYPE=Debug is used.
  • or add a new config option for cmake.

what do you think ? I have a preference for the first.

m-dupont avatar Mar 25 '22 11:03 m-dupont

Hi, yes the first one is probably simpler.

dsarrut avatar Apr 04 '22 06:04 dsarrut