Update CMakeLists.txt

3.6 -> 3.5
This commit is contained in:
mccakit 2025-07-06 17:19:29 +03:00 committed by GitHub
parent a0991a6149
commit 05a9ebf4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Note: CMake support is community-based. The maintainers do not use CMake # Note: CMake support is community-based. The maintainers do not use CMake
# internally. # internally.
cmake_minimum_required(VERSION 3.6) cmake_minimum_required(VERSION 3.5)
project(googletest-distribution) project(googletest-distribution)
set(GOOGLETEST_VERSION 1.16.0) set(GOOGLETEST_VERSION 1.16.0)