What is the directive for specifying C++14 in CMake?
CMake, gcc, and g++ version are given below:
gcc: 4.6.3
g++: 4.6.3
CMake: 2.8.7
What is the directive for specifying C++14 in CMake?
CMake, gcc, and g++ version are given below:
gcc: 4.6.3
g++: 4.6.3
CMake: 2.8.7
Just to wrap this up, as @Hayt pointed out in a comment, g++ 4.6.3 doesn't support the c++14 standard.
For more information on the supported languages, see this post on gcc.gnu.org