slambook2
slambook2 copied to clipboard
ch3 编译出错,请在CMakeLists.txt中加上c++11支持
请把这行加在 ch3/CMakeLists.txt中,谢谢
set(CMAKE_CXX_FLAGS "-std=c++11")
Close this issue?
Try change the set(CMAKE_CXX_FLAGS "-std=c++11") as set(CMAKE_CXX_FLAGS "-std=c++14") for the CMkaeList.txt file in the visualizeGeometry folder. Enviroment: ubuntu 22.04 Solved the problem.