Skip to content

Commit

Permalink
[infra] revert workaround for exporting interfaces with libraries
Browse files Browse the repository at this point in the history
As brought in, in PR 73

   #73

Reported in

    ament/ament_cmake#132

And fixed in

    https://github.com/ament/ament_cmake/pull/135/files
  • Loading branch information
stonier committed Sep 27, 2018
1 parent 663e768 commit 0c18c9c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ecl_devices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_containers
Expand Down
2 changes: 1 addition & 1 deletion ecl_exceptions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_errors
Expand Down
2 changes: 1 addition & 1 deletion ecl_filesystem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ add_subdirectory(src)
# Do we need to export ${ECL_PLATFORM_FILESYSTEM_LIBRARIES} or does that
# automagically get covered by the exported target with target_link_libraries?

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_errors
Expand Down
2 changes: 1 addition & 1 deletion ecl_formatters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_converters
Expand Down
2 changes: 1 addition & 1 deletion ecl_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_containers
Expand Down
2 changes: 1 addition & 1 deletion ecl_ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_errors
Expand Down
2 changes: 1 addition & 1 deletion ecl_linear_algebra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_eigen
ecl_exceptions
Expand Down
2 changes: 1 addition & 1 deletion ecl_manipulators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install(
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_exceptions
ecl_formatters
Expand Down
2 changes: 1 addition & 1 deletion ecl_mobile_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_errors
ecl_formatters
Expand Down
2 changes: 1 addition & 1 deletion ecl_statistics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_linear_algebra
Expand Down
2 changes: 1 addition & 1 deletion ecl_streams/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_concepts
ecl_converters
Expand Down
2 changes: 1 addition & 1 deletion ecl_threads/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_errors
Expand Down
2 changes: 1 addition & 1 deletion ecl_time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_errors
Expand Down
2 changes: 1 addition & 1 deletion ecl_type_traits/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ add_subdirectory(src)
# Exports
###############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_config
ecl_mpl
Expand Down
2 changes: 1 addition & 1 deletion ecl_utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add_subdirectory(src)
# Exports
##############################################################################

ament_export_interfaces(${PROJECT_NAME})
ament_export_interfaces(HAS_LIBRARY_TARGET ${PROJECT_NAME})
ament_export_dependencies(
ecl_concepts
ecl_mpl
Expand Down

0 comments on commit 0c18c9c

Please sign in to comment.