From 484efb17cc040b731c4caf07a7f93ec8cb3805b4 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 29 Feb 2020 14:18:18 -0500 Subject: [PATCH] Remove mention of LTTng for TRACETOOLS_DISABLED description Signed-off-by: Christophe Bedard --- tracetools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools/CMakeLists.txt b/tracetools/CMakeLists.txt index dd0df40..50ebc2d 100644 --- a/tracetools/CMakeLists.txt +++ b/tracetools/CMakeLists.txt @@ -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