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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
