Skip to content

Commit

Permalink
Bump minimal cmake version to 3.10 (#3812)
Browse files Browse the repository at this point in the history
to avoid warnings in the build logs
  • Loading branch information
Kielek authored Nov 22, 2024
1 parent 4e187c7 commit b0bc379
Showing 1 changed file with 1 addition and 1 deletion.
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.8..3.19)
cmake_minimum_required (VERSION 3.10..3.19)
cmake_policy(SET CMP0015 NEW)

# ******************************************************
Expand Down

0 comments on commit b0bc379

Please sign in to comment.