Skip to content

Commit

Permalink
cmake: set WITH_JAEGER=ON by default
Browse files Browse the repository at this point in the history
Signed-off-by: Omri Zeneva <[email protected]>
  • Loading branch information
Omri Zeneva authored and zenomri committed Jan 26, 2022
1 parent 1d85c7e commit 1414523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1414523

Please sign in to comment.