Skip to content

Commit

Permalink
autotest/cpp/googletest/CMakeLists.txt.in: bump minimum cmake_minimum…
Browse files Browse the repository at this point in the history
…_required() to avoid warnings about CMake 3.10 support being soon removed with newer CMake
  • Loading branch information
rouault committed Nov 9, 2024
1 parent 4b57886 commit 720deb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/cpp/googletest/CMakeLists.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source https://github.com/google/googletest/blob/master/googletest/README.md
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.16)

project(googletest-download NONE)

Expand Down

0 comments on commit 720deb8

Please sign in to comment.