]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Bump CMake minimum to 2.8.12
authorChuck Atkins <chuck.atkins@kitware.com>
Fri, 30 Oct 2020 15:31:54 +0000 (11:31 -0400)
committerChuck Atkins <chuck.atkins@kitware.com>
Fri, 30 Oct 2020 15:31:54 +0000 (11:31 -0400)
CMakeLists.txt
CONTRIBUTING.md
googlemock/CMakeLists.txt
googletest/CMakeLists.txt
googletest/README.md

index e516b4b7a6584f41da9c3202631ee04f63574607..12fd7450d01e9d4ead650e51491a78f23b28475b 100644 (file)
@@ -1,7 +1,7 @@
 # Note: CMake support is community-based. The maintainers do not use CMake
 # internally.
 
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 2.8.12)
 
 if (POLICY CMP0048)
   cmake_policy(SET CMP0048 NEW)
index fe4790d7f6ce95fd64c4dbdcb11d827e5a768fe0..2f653c828e540b5347031773a591631880880a56 100644 (file)
@@ -89,7 +89,7 @@ and their own tests from a git checkout, which has further requirements:
 
 *   [Python](https://www.python.org/) v2.3 or newer (for running some of the
     tests and re-generating certain source files from templates)
-*   [CMake](https://cmake.org/) v2.6.4 or newer
+*   [CMake](https://cmake.org/) v2.8.12 or newer
 
 ## Developing Google Test and Google Mock
 
index 188794270ecf28283ef90298009e41af35dacad7..777fa0c25084d6fa6d9a6337d56a3f271a662467 100644 (file)
@@ -42,7 +42,7 @@ else()
   cmake_policy(SET CMP0048 NEW)
   project(gmock VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C)
 endif()
-cmake_minimum_required(VERSION 2.6.4)
+cmake_minimum_required(VERSION 2.8.12)
 
 if (COMMAND set_up_hermetic_build)
   set_up_hermetic_build()
index cf63c6026f1fbe4ea9bdfa81806210578957cd94..9c2c89fd4468a21a6029790383134fa9c0a84126 100644 (file)
@@ -53,7 +53,7 @@ else()
   cmake_policy(SET CMP0048 NEW)
   project(gtest VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C)
 endif()
-cmake_minimum_required(VERSION 2.6.4)
+cmake_minimum_required(VERSION 2.8.12)
 
 if (POLICY CMP0063) # Visibility
   cmake_policy(SET CMP0063 NEW)
index 8520549c7d00d41b499489592edb6ace104f0f2a..06dd6ca17ca4d20e343aa2458f32a96a1197a75e 100644 (file)
@@ -75,7 +75,7 @@ pulled into the main build with `add_subdirectory()`. For example:
 New file `CMakeLists.txt.in`:
 
 ```cmake
-cmake_minimum_required(VERSION 2.8.2)
+cmake_minimum_required(VERSION 2.8.12)
 
 project(googletest-download NONE)