I added ‘-std=c++11’ in the CMakeLists.txt at the root folder like these:
set(CMAKE_CXX_FLAGS “-std=c++11”)
But seems no effect. Can’t see any ‘-std=c++11’ in the generated Makefile
I added ‘-std=c++11’ in the CMakeLists.txt at the root folder like these:
set(CMAKE_CXX_FLAGS “-std=c++11”)
But seems no effect. Can’t see any ‘-std=c++11’ in the generated Makefile