I am compiling CMake with some default options, the first is -DCMAKE_CXX_FLAGS=-std=c++11
.
Other compiles using CMake are complaining with warnings of needing C++14 as well.
Is it possible to have add multiple options to this flag such as -DCMAKE_CXX_FLAGS=-std=c++11:c++14