Skip to content

Commit

Permalink
[BUILD] Bump cmake version to 3.9 (open-telemetry#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Mar 8, 2024
1 parent ac7ee5f commit 3e4b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.9)

# See https://cmake.org/cmake/help/v3.3/policy/CMP0057.html required by certain
# versions of gtest
Expand Down

0 comments on commit 3e4b7d3

Please sign in to comment.