Skip to content

Commit 5fc2296

Browse files
committed
update the install guide to reference cmake 3.16
1 parent c80255d commit 5fc2296

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ You can link OpenTelemetry C++ SDK with libraries provided in
2323
repository. To install Git, consult the [Set up
2424
Git](https://help.github.com/articles/set-up-git/) guide on GitHub.
2525
- [CMake](https://cmake.org/) for building opentelemetry-cpp API, SDK with their
26-
unittests. The minimum CMake version is 3.14.
27-
CMake 3.15+ is recommended on Windows due to known CI test failures with 3.14.
26+
unittests. The minimum CMake version is 3.16.
2827
To install CMake,
2928
consult the [Installing CMake](https://cmake.org/install/) guide.
3029
- [GoogleTest](https://github.com/google/googletest) framework to build and run

0 commit comments

Comments
 (0)