Skip to content

Commit

Permalink
bump minimum cmake to 3.13 per supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Oct 23, 2024
1 parent 970b5e4 commit 517191e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-min-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.10.0
cmakeVersion: 3.13.0

- name: create build environment
run: cmake -E make_directory ${{ runner.workspace }}/_build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
cmake_minimum_required (VERSION 3.10...3.22)
cmake_minimum_required (VERSION 3.13...3.22)

project (benchmark VERSION 1.9.0 LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion cmake/GoogleTest.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.10...3.22)
cmake_minimum_required (VERSION 3.13...3.22)

project(googletest-download NONE)

Expand Down

0 comments on commit 517191e

Please sign in to comment.