Skip to content
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

Wrong CMake install file #3

Open
peci1 opened this issue Sep 11, 2021 · 0 comments
Open

Wrong CMake install file #3

peci1 opened this issue Sep 11, 2021 · 0 comments

Comments

@peci1
Copy link

peci1 commented Sep 11, 2021

set(norlab_icp_mapper_INCLUDE_DIRS "@EXTERNAL_INCLUDE_DIRS@;@CMAKE_INSTALL_PREFIX@/@INSTALL_INCLUDE_DIR@/norlab_icp_mapper")

If you want to include the library as #include <norlab_icp_mapper/Mapper.h> etc., then this install line should not end in @INSTALL_INCLUDE_DIR@/norlab_icp_mapper but only in @INSTALL_INCLUDE_DIR@.

With this change and #2 I'm able to completely build the mapper WS for SubT using catkin build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant