Skip to content

Commit

Permalink
Merge pull request #303 from stephanlachnit/p-bump-min-cmake-version
Browse files Browse the repository at this point in the history
googletest: bump minimum CMake version to 3.5
  • Loading branch information
crtrott authored Jan 4, 2024
2 parents 9fbe4b4 + 56ed3b2 commit 25c35d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/googletest/CMakeLists.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from https://github.com/google/googletest/blob/master/googletest/README.md
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(googletest-download NONE)

Expand Down

0 comments on commit 25c35d6

Please sign in to comment.