Closed sloretz closed 3 years ago
Part of https://github.com/ament/ament_cmake/issues/365
Remove ament_export_include_directories() and ament_export_libraries() because they're redundant with ament_export_targets().
ament_export_include_directories()
ament_export_libraries()
ament_export_targets()
CI (build: --packages-above-and-dependencies ament_index_cpp test: --packages-select ament_index_cpp)
--packages-above-and-dependencies ament_index_cpp
--packages-select ament_index_cpp
Part of https://github.com/ament/ament_cmake/issues/365
Remove
ament_export_include_directories()
andament_export_libraries()
because they're redundant withament_export_targets()
.