> I'm very new to CMake, but we can see the C++11 flags are not showing up in > your VERBOSE output. > > The way i'm adding flags is by using: > > add_definitions(-Wall -Wextra -std=c++0x -pedantic)
Here is a test example: http://6colors.net/example.tar.gz -- 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
