Re: [cmake-developers] CMake API for warnings

2016-03-27 Thread Geoffrey Viola
Thanks for the feedback. I'll have to look more in-depth at Xcode specific issues. > Take a look at this approach: > * https://github.com/ruslo/sugar/wiki/Cross-platform-warning-suppression I took a look at your repository. It's very sophisticated. The API that I'm supporting has global

Re: [cmake-developers] [PATCH SET] Support of Clang/C2 compiler

2016-03-27 Thread Mariusz Pluciński
Hi, Sorry for a bit late answer. 2016-03-09 15:37 GMT+01:00 Brad King : > On 02/27/2016 09:38 AM, Mariusz Pluciński wrote: > > Following is the list of patches with descriptions: > > Thanks! > You're welcome! > > 11. Tests: do not build

Re: [cmake-developers] CMake API for warnings

2016-03-27 Thread Ruslan Baratov via cmake-developers
I like an effort but not an implementation: * It would be nice to not to set flags globally since we have more fine control options like target_compile_options (i.e. different target may have different warning settings) * this will not work for Xcode since warnings should be set by