-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix CMake warnings #529
Fix CMake warnings #529
Conversation
3a46e5d
to
74227cb
Compare
74227cb
to
4a7578b
Compare
@dirk-thomas , @mikeferguson , any idea on what is causing the GCC warning?
and the ";" should not be there. But that's on the PR script side and I don't know where that is. Thx. |
You can set |
13ee825
to
7865509
Compare
@dirk-thomas thx. |
@@ -23,6 +23,7 @@ find_package(Boost REQUIRED | |||
|
|||
find_package(Eigen3 REQUIRED) | |||
find_package(PCL REQUIRED) | |||
remove_definitions(-DDISABLE_LIBUSB-1.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this coming in from PCL, or something else?
Thanks @vrabaud! |
yes, PCL brings that in but it's not present in their headers that are installed by default. |
Thix is a follow-up on https://github.com/ros-planning/navigation/pull/528/files that will help me fix #458 on the farm.