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

Fix build errors in Ubuntu Lunar when fetched directly #511

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Conversation

Ryanf55
Copy link

@Ryanf55 Ryanf55 commented Jun 24, 2023

I had some build/include errors when building in Ubuntu Lunar (23.04) when compiling nav2 from source.

I've modified the CMakelists to make use of the target_sources command.
The library is now a level higher.
The commands to target_include_directories are properly scoped depending on the directory, especially for the generated export header. No more traversing up directories and back down.

Relates to #419

* Remove double nested include dirs

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
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

Successfully merging this pull request may close these issues.

1 participant