Skip to content

-std=c++11 in CMakeLists.txt causes errors #4

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

Open
marcelbrucker opened this issue Apr 11, 2022 · 0 comments
Open

-std=c++11 in CMakeLists.txt causes errors #4

marcelbrucker opened this issue Apr 11, 2022 · 0 comments

Comments

@marcelbrucker
Copy link

In order to build the code successfully I had to replace -std=c++11 by -std=c++14.
I had to do this inside

Fast-Ground-Segmentation-Based-on-JPC/code/CMakeLists.txt

as well as inside the ROS package

Fast-Ground-Segmentation-Based-on-JPC/jpc_seg/CMakeLists.txt

in case somebody stumbles across the same issue.

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

1 participant