From 57298502c6f28f1d8752b231b7e110c09c33c30f Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Wed, 8 Apr 2020 22:31:18 +0000 Subject: [PATCH] use ament_export_targets() instead of deprecated ament_export_interfaces() Signed-off-by: Dirk Thomas --- tracetools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools/CMakeLists.txt b/tracetools/CMakeLists.txt index 528e6a2..6f3ea39 100644 --- a/tracetools/CMakeLists.txt +++ b/tracetools/CMakeLists.txt @@ -92,7 +92,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC "$" "$" ) -ament_export_interfaces(${PROJECT_NAME}_export HAS_LIBRARY_TARGET) +ament_export_targets(${PROJECT_NAME}_export HAS_LIBRARY_TARGET) # Status checking tool add_executable(status