[CMake] Enabling C++0x support

Alexander Neundorf a.neundorf-work at gmx.net
Thu May 5 15:25:48 EDT 2011


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 doesn't offer such generic flags.
The only thing it has is such a generic setting for IPO optimization, but I 
think that's about it.

Alex


More information about the CMake mailing list