From 3a3aa473caef2e7461ef81fe83278c4eafa12da5 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Fri, 5 Jul 2019 10:42:37 +0200 Subject: [PATCH] Switch to ament_cmake_ros for tracetools --- tracetools/CMakeLists.txt | 2 +- tracetools/package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tracetools/CMakeLists.txt b/tracetools/CMakeLists.txt index ca6062a..288b29f 100644 --- a/tracetools/CMakeLists.txt +++ b/tracetools/CMakeLists.txt @@ -10,7 +10,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wextra -Wpedantic -fPIC) endif() -find_package(ament_cmake REQUIRED) +find_package(ament_cmake_ros REQUIRED) option(WITH_LTTNG "Include support for tracing with LTTng" OFF) if(WITH_LTTNG) diff --git a/tracetools/package.xml b/tracetools/package.xml index 45e574a..e9bec26 100644 --- a/tracetools/package.xml +++ b/tracetools/package.xml @@ -10,7 +10,7 @@ Ingo Luetkebohle Christophe Bedard - ament_cmake + ament_cmake_ros pkg-config liblttng-ust-dev