Merge branch '19a-use-ament-cmake-ros' into 'master'
Use ament_cmake_ros for tracetools See merge request ros_tracing/ros2_tracing!45
This commit is contained in:
commit
078ebc411a
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
|
||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||
|
||||
<buildtool_depend>ament_cmake</buildtool_depend>
|
||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||
<buildtool_depend>pkg-config</buildtool_depend>
|
||||
|
||||
<depend>liblttng-ust-dev</depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue