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