Switch to ament_cmake_ros for tracetools

This commit is contained in:
Christophe Bedard 2019-07-05 10:42:37 +02:00
parent be8f1ecced
commit 3a3aa473ca
2 changed files with 2 additions and 2 deletions

View file

@ -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)