Remove mention of LTTng for TRACETOOLS_DISABLED description

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-02-29 14:18:18 -05:00
parent c6b7a645e3
commit 484efb17cc

View file

@ -19,7 +19,7 @@ if(WIN32)
else() else()
set(DISABLED_DEFAULT OFF) set(DISABLED_DEFAULT OFF)
endif() 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) if(NOT TRACETOOLS_DISABLED)
# Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust # Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust