I have a rather large application configured in CMake. I have recently added a couple of classes that use C++0x functionality, and it breaks the build, since CMake is not configured to compile with C++0x support. How do I add that as an option to CMake?
Share
You need to add the flag to
CMAKE_CXX_FLAGS: