Hello, I am trying to integrate gtest to one of my project. While compiling it gives me the following error:
…/googletest/googletest/include/gtest/internal/gtest-port.h:280:2: error: #error C++ versions less than C++14 are not supported.
[build] #error C++ versions less than C++14 are not supported.
Is there any way we can upgrade the c++ version of the cocos2d-x project?
3 posts - 2 participants