We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396f1b5 commit e2ea986Copy full SHA for e2ea986
cmake/opentracing-cpp.cmake
@@ -27,7 +27,10 @@ if(NOT OpenTracing_FOUND)
27
set(_SAVED_BUILD_TESTING ${BUILD_TESTING})
28
endif()
29
30
+ # Set the cache variables for the opentracing build
31
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
32
+ set(BUILD_MOCKTRACER OFF CACHE BOOL "" FORCE)
33
+
34
FetchContent_MakeAvailable(opentracing)
35
36
# Restore the saved state of BUILD_TESTING
0 commit comments