Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

catkin_lint for kinetic #318

Merged
merged 12 commits into from
Jul 27, 2016
Merged

Conversation

v4hn
Copy link
Contributor

@v4hn v4hn commented Jul 26, 2016

This is basically #305 for kinetic.

v4hn added 12 commits July 26, 2016 22:16
This makes it possible to find something in there :)
lint complained that REQUIRED was missing and orocos_kdl wasn't even include_dir'ed
catkin_lint pointed that out.
This is discouraged use and users who put their libraries some place else,
have to register them in the system more low-level than within cmake
(e.g. LD_LIBRARY_PATH).
catkin_lint complains about this and it's a somewhat valid complain...
catkin_lint (rightfully) complains about this block that might
change CMAKE_BUILD_TYPE. Even so, without this block most people using
the git checkout (building locally) would wonder why MoveIt! is so slow
as they didn't specify Release build. So this will stay in here.
Nevertheless I suppose it's a good idea to leave a notice on the changed
build type in the logs.
@davetcoleman
Copy link
Member

+1

@davetcoleman davetcoleman merged commit bae3416 into moveit:kinetic-devel Jul 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants