-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
With ROS noetic and Ubuntu 20.04 this packages throws the following error while compiling:
#error PCL requires C ++ 14 or above
To fix that just add the following lines on top of the CMakeLists.txt and it will work:
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
maybe add a branch for Noetic with those fixes?
This pull request is already addressing the issue #52
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels