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

Build fails due to PointCloudLibrary needing C++14 #2

Closed
duncanmcbryde opened this issue Aug 20, 2020 · 1 comment
Closed

Build fails due to PointCloudLibrary needing C++14 #2

duncanmcbryde opened this issue Aug 20, 2020 · 1 comment

Comments

@duncanmcbryde
Copy link

Following a fresh install on Ubuntu 20.04 on ROS Noetic. The build failed with both cmake and catkin_make. It appears that PointCloudLibrary requires C++14, but C++11 is set by default. I have created this bug to associate it with the pull request generated here:
#1

@CrazyTomX
Copy link
Contributor

Thanks for ur advice! We will take the advice and update add_definitions(-std=c++11) in CmakeLists to add_definitions(-std=c++14). That will solve the compiling problems in ubuntu 16.04, 18.04 & 20.04. The new version will be released in September.

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

2 participants