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 533552f commit 2ef4c77Copy full SHA for 2ef4c77
google/cloud/google_cloud_cpp_common.cmake
@@ -202,7 +202,6 @@ if (opentelemetry IN_LIST GOOGLE_CLOUD_CPP_ENABLE)
202
if (opentelemetry-cpp_FOUND)
203
target_link_libraries(google_cloud_cpp_common
204
PUBLIC opentelemetry-cpp::api)
205
- target_compile_definitions(google_cloud_cpp_common)
206
set(GOOGLE_CLOUD_CPP_FIND_OPTIONAL_DEPENDENCIES
207
"find_dependency(opentelemetry-cpp)")
208
set(GOOGLE_CLOUD_CPP_OPENTELEMETRY_API "opentelemetry_api")
0 commit comments