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 2a93a87 commit 0cba6ecCopy full SHA for 0cba6ec
cmake/GoogleCloudCppFeatures.cmake
@@ -302,7 +302,7 @@ export_libraries_bzl()
302
# other feature, or even if no features are enabled.
303
# ~~~
304
macro (google_cloud_cpp_enable_deps)
305
- list(APPEND GOOGLE_CLOUD_CPP_ENABLE opentelemetry)
+ list(APPEND GOOGLE_CLOUD_CPP_ENABLE monitoring trace opentelemetry)
306
if (__ga_libraries__ IN_LIST GOOGLE_CLOUD_CPP_ENABLE)
307
list(APPEND GOOGLE_CLOUD_CPP_ENABLE ${GOOGLE_CLOUD_CPP_GA_LIBRARIES})
308
list(APPEND GOOGLE_CLOUD_CPP_ENABLE
0 commit comments