-
Notifications
You must be signed in to change notification settings - Fork 81
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
NLopt CMakeLists.txt #2 #762
Conversation
…nlopt libraries needed to be fixed
@s-noda please check this |
Error occurred.
/home/leus/ros/hydro/devel/include was missing because of the following change:
Besides, lib directory has no .hpp files. You mean *.so?
|
But It's strange because the test is passed. |
Because travis builds jsk_common's packages separately? The other package excepting nlopt package creates devel/include directory? |
It may be. |
Good catch, I did have the lib and include install directives flipped. Just pushed a commit to fix that. |
Great. However, I think that the destinations of installing are also opposite. Besides, I think it is not desirable that |
Ok, fixed install destinations, hopefully this fixes the catkin_make fail on ${CATKIN_DEVEL_PREFIX}/include not existing. If it doesn't we might want to bring it up as a bug with Catkin. |
OK, lib and include files are correctly installed. ( ${CATKIN_DEVEL_PREFIX}/include problem is alive even now...) It's ok to merge? > @k-okada |
https://travis-ci.org/jsk-ros-pkg/jsk_common/jobs/51037581
|
include files weren't properly included and the pattern matching for nlopt libraries needed to be fixed