Skip to content

Commit 7299995

Browse files
committed
update install.md with the version
1 parent 218e8f7 commit 7299995

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

INSTALL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
156154
and link the `api` header only target to an instrumented `foo_lib` while only including
157155
and linking the `sdk` and `otlp_grpc_exporter` targets to the `foo_app`.

0 commit comments

Comments
 (0)