Remove mention of LTTng for TRACETOOLS_DISABLED description
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
c6b7a645e3
commit
484efb17cc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if(WIN32)
|
|||
else()
|
||||
set(DISABLED_DEFAULT OFF)
|
||||
endif()
|
||||
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing with LTTng" ${DISABLED_DEFAULT})
|
||||
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing" ${DISABLED_DEFAULT})
|
||||
|
||||
if(NOT TRACETOOLS_DISABLED)
|
||||
# Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue