Re: [cmake-developers] Multi-line strings with indentation ignored

2017-01-20 Thread Brad King
On 01/18/2017 10:52 AM, Robert Dailey wrote: > At the moment, with CMake 3.0 and on, I can use this syntax for > multi-line strings: > > option( ZIOSK_ENABLE_ZPAY_DIAGNOSTICS "\ > Enable additional diagnostic logs for zPay related code. \ > Should not be enabled for production due to the

[cmake-developers] Multi-line strings with indentation ignored

2017-01-18 Thread Robert Dailey
At the moment, with CMake 3.0 and on, I can use this syntax for multi-line strings: option( ZIOSK_ENABLE_ZPAY_DIAGNOSTICS "\ Enable additional diagnostic logs for zPay related code. \ Should not be enabled for production due to the sensitivity \ and volume of logs that will be printed." ) The