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 74a3f1e commit 5563a7cCopy full SHA for 5563a7c
INSTALL.md
@@ -85,7 +85,8 @@ You can link OpenTelemetry C++ SDK with libraries provided in
85
- `-DWITH_OTLP_GRPC=ON` : To enable building OTLP GRPC exporter.
86
- `-DWITH_OTLP_HTTP=ON` : To enable building OTLP HTTP exporter.
87
- `-DWITH_PROMETHEUS=ON` : To enable building prometheus exporter.
88
- - `-DOPENTELEMETRY_INSTALL=ON`: To install `otel-cpp` library needed for external code linking.
+ - `-DOPENTELEMETRY_INSTALL=ON`: To install `otel-cpp` library needed
89
+ for external code linking.
90
91
3. Once the build configuration is created, build the CMake targets - this
92
includes building SDKs and unittests for API and SDK. Note that since API is
0 commit comments