We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parent issue #269
<a_package>/include/CMakeFileList
ament_export_include_directories
This isn't correct behavior and is a blocker to correctly install debian packages.
This happens in most of the repositories.
ament_export_include_directories(include)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parent issue #269
Summary
<a_package>/include/CMakeFileList
file is being installed. See -> installation top level maliput CMakeLists.txt in include collides maliput#507ament_export_include_directories
is being called for each include's subdirectoryThis isn't correct behavior and is a blocker to correctly install debian packages.
This happens in most of the repositories.
Implementation Suggestion
ament_export_include_directories(include)
in the root CMakeLists file.Status
The text was updated successfully, but these errors were encountered: