diff --git a/CMakeLists.txt b/CMakeLists.txt index ca084f376ef4e1..cae08f62ce48f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,7 +382,7 @@ if(WITH_BLKIN) include_directories(SYSTEM src/blkin/blkin-lib) endif(WITH_BLKIN) -option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" OFF) +option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" ON) if(WITH_JAEGER) set(HAVE_JAEGER TRUE) endif()