Skip to content

Commit

Permalink
Merge branch 'main' into i1807-dont-clobber-existing-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 authored Oct 24, 2024
2 parents 227bca2 + c45d9c4 commit 390f054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions cmake/GoogleTest.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required (VERSION 3.13...3.22)

project(googletest-download NONE)

Expand Down Expand Up @@ -38,7 +38,7 @@ else()
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG "release-1.11.0"
GIT_TAG "v1.14.0"
PREFIX "${CMAKE_BINARY_DIR}"
STAMP_DIR "${CMAKE_BINARY_DIR}/stamp"
DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download"
Expand Down

0 comments on commit 390f054

Please sign in to comment.