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 1674285 commit 9d4dabaCopy full SHA for 9d4daba
cmake/GoogleCloudCppFeatures.cmake
@@ -302,7 +302,8 @@ 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 monitoring trace opentelemetry universe_domain)
+ list(APPEND GOOGLE_CLOUD_CPP_ENABLE monitoring trace opentelemetry
306
+ universe_domain)
307
if (__ga_libraries__ IN_LIST GOOGLE_CLOUD_CPP_ENABLE)
308
list(APPEND GOOGLE_CLOUD_CPP_ENABLE ${GOOGLE_CLOUD_CPP_GA_LIBRARIES})
309
list(APPEND GOOGLE_CLOUD_CPP_ENABLE
0 commit comments