Skip to content

Commit 0cba6ec

Browse files
committed
fix cmake
1 parent 2a93a87 commit 0cba6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/GoogleCloudCppFeatures.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export_libraries_bzl()
302302
# other feature, or even if no features are enabled.
303303
# ~~~
304304
macro (google_cloud_cpp_enable_deps)
305-
list(APPEND GOOGLE_CLOUD_CPP_ENABLE opentelemetry)
305+
list(APPEND GOOGLE_CLOUD_CPP_ENABLE monitoring trace opentelemetry)
306306
if (__ga_libraries__ IN_LIST GOOGLE_CLOUD_CPP_ENABLE)
307307
list(APPEND GOOGLE_CLOUD_CPP_ENABLE ${GOOGLE_CLOUD_CPP_GA_LIBRARIES})
308308
list(APPEND GOOGLE_CLOUD_CPP_ENABLE

0 commit comments

Comments
 (0)