-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
RTABMap: Port is placed at the wrong location inside the install directory #30205
Comments
Addendum: I found that changing |
A port update is pending in #30254. |
This should not be a problem, the upstream is in the cmakelist.txt file, and the path with the version number is added to the installed include file path.(https://github.com/introlab/rtabmap/blob/master/CMakeLists.txt#:~:text=set(INSTALL_INCLUDE_DIR%20include,%24%7BDEF_INSTALL_CMAKE_DIR%7D)) |
Thanks for posting this issue. Please reopen this issue if this is still a problem for you. |
Describe the bug
This is a follow up on #29467. Even after the fix done by #29570 vcpkgs fails to find RTABMap. However, before the fix I could go in and change the path by myself to find RTABMap. This isn't possible anymore as there doesn't even exist an RTABMapConfig.cmake/rtabmap-config.cmake anymore.
Environment
To Reproduce
Steps to reproduce the behavior:
CMakeLists.txt
and the main.cpp file:
The cmake settings in VSCode are as follows:
Expected behavior
The build should complete without errors, but doesn't
Failure logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: