Re: [CMake] Enabling C++0x support

2011-05-05 Thread Alexander Neundorf
On Wednesday 04 May 2011, Guido Winkelmann wrote: > Hi, > > Is there a way to specify, in a cross-platform compatible manner, that a > given C++ source file (or a target or an entire project) requires support > for C++ 0x, so that whatever compiler flags would be necessary for that No, cmake does

Re: [CMake] Enabling C++0x support

2011-05-04 Thread Sean McBride
On Wed, 4 May 2011 23:58:56 +0200, Guido Winkelmann said: >Is there a way to specify, in a cross-platform compatible manner, that a >given >C++ source file (or a target or an entire project) requires support for C >++ 0x, >so that whatever compiler flags would be necessary for that for the curre

[CMake] Enabling C++0x support

2011-05-04 Thread Guido Winkelmann
Hi, Is there a way to specify, in a cross-platform compatible manner, that a given C++ source file (or a target or an entire project) requires support for C++ 0x, so that whatever compiler flags would be necessary for that for the current platform and compiler will be set? For example, when us