diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b7693969..03c0490d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Note: CMake support is community-based. The maintainers do not use CMake # internally. -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.5) project(googletest-distribution) set(GOOGLETEST_VERSION 1.16.0)