Switch to ament_cmake_ros for tracetools
This commit is contained in:
parent
be8f1ecced
commit
3a3aa473ca
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue