Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
Akhaled19 and svrnm authored Feb 1, 2024
1 parent 0827b50 commit dc0142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Next, install and build [OpenTelemetry C++](https://github.com/open-telemetry/op
```bash
cmake ..
```
Or
Or, if the `cmake --build` fails, you can also try:
```bash
cmake -DWITH_ABSEIL=ON ..
```
Expand Down

0 comments on commit dc0142d

Please sign in to comment.