File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,9 @@ target_link_libraries(foo PRIVATE ${OPENTELEMETRY_CPP_LIBRARIES})
147147
148148#### Using opentelemetry-cpp package components
149149
150- > ** Note:** ` opentelemetry-cpp ` CMake package components were introduced in ` v.TODO ` .
151- > ** Status:** [ ` Development ` ] ( https://opentelemetry.io/docs/specs/otel/document-status/ )
150+ > ** Note:** ` opentelemetry-cpp ` CMake package components were introduced in ` v1.21.0 `
152151
153- The ` opentelemetry-cpp ` package includes components to enable selective inclusion
154- of its CMake targets and their dependencies using the ` COMPONENTS ` argument to
152+ The ` opentelemetry-cpp ` package supports using the ` COMPONENTS ` argument to
155153` find_package ` . The following example illustrates using this feature to include
156154and link the ` api ` header only target to an instrumented ` foo_lib ` while only including
157155and linking the ` sdk ` and ` otlp_grpc_exporter ` targets to the ` foo_app ` .
You can’t perform that action at this time.
0 commit comments