I have an issue with CMake and g++ in my Travis-Ci Ubuntu environment.
Compilation failed with the following error message:
In file included from /usr/include/c++/10/cinttypes:35,
/usr/include/c++/10/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
32 | #error This file requires compiler and library support \
| ^~~~~
In file included from:
48 | uint32_t p_left_color,
Any ideas?