Re: [cmake-developers] Feature Request: Modify CXX_STANDARD behavior for Xcode Generator: Starting Tips?

2015-07-06 Thread Brad King
On 07/02/2015 10:22 PM, Jason Felds wrote: > it places the -std=gnu++11 (or equivalent) calls in the OTHER_CPLUSPLUSFLAGS > attribute instead of the CLANG_CXX_LANGUAGE_STANDARD attribute. Yes. This is just because the generator hasn't been taught to do so. If this is added it also needs to be mad

[cmake-developers] Feature Request: Modify CXX_STANDARD behavior for Xcode Generator: Starting Tips?

2015-07-02 Thread Jason Felds
Salutations. I right now use CXX_STANDARD and CXX_STANDARD_LIBRARY for some test projects since I want to utilize smart pointers. As I am on a Mac, my preferred IDE is Xcode (sometimes called XCode), so I generate Xcode targets by default. I've noticed, however, that whenever I use CXX_STANDARD and