Closed francocipollone closed 2 years ago
Parent issue https://github.com/maliput/maliput_infrastructure/issues/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)
Parent issue https://github.com/maliput/maliput_infrastructure/issues/269
Summary
<a_package>/include/CMakeFileList
file is being installed. See -> https://github.com/maliput/maliput/issues/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