Put back cmake comments
This commit is contained in:
parent
6f9cc13902
commit
5da7ad22ed
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ find_package(ament_cmake_ros REQUIRED)
|
|||
|
||||
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing with LTTng" OFF)
|
||||
if(NOT TRACETOOLS_DISABLED)
|
||||
# Set TRACING_ENABLED if we can find lttng-ust
|
||||
find_package(PkgConfig)
|
||||
if(PkgConfig_FOUND)
|
||||
pkg_check_modules(LTTNG lttng-ust)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue