Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch3 编译出错,请在CMakeLists.txt中加上c++11支持 #77

Open
cxzhp opened this issue Mar 10, 2020 · 2 comments
Open

ch3 编译出错,请在CMakeLists.txt中加上c++11支持 #77

cxzhp opened this issue Mar 10, 2020 · 2 comments

Comments

@cxzhp
Copy link

cxzhp commented Mar 10, 2020

请把这行加在 ch3/CMakeLists.txt中,谢谢

set(CMAKE_CXX_FLAGS "-std=c++11")

gaoxiang12 pushed a commit that referenced this issue Mar 11, 2020
@collenjones
Copy link
Contributor

Close this issue?

@zahir-w
Copy link

zahir-w commented Mar 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants