-
Notifications
You must be signed in to change notification settings - Fork 388
Travis CI #61
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
Conversation
77483b7 to
4e56654
Compare
4ed4d74 to
7a85d40
Compare
| endif(WIN32) | ||
| add_library(${PROJECT_NAME} ${LIB_SHARED} ${SRCS}) | ||
| include_directories(include/DBoW2/) | ||
| target_include_directories(${PROJECT_NAME} PUBLIC include/DBoW2/) |
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.
Would this by chance fix the issue with expected location of the exported headers in downstream projects? MIT-SPARK/Kimera-VIO#32 (comment)
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.
I think it will. I'm close to have this branch merged, so you will be able to test it.
ea05834 to
383a5e4
Compare
28cef4f to
2942f06
Compare
No description provided.