diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-10-30 15:31:54 (GMT) |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2020-10-30 15:31:54 (GMT) |
commit | 32f4f52d95dc99c35f51deed552a6ba700567f94 (patch) | |
tree | 0cc8bf77d1a4583d3f95754fc6607afc259afd5e /CMakeLists.txt | |
parent | 3005672db1d05f2378f642b61faa96f85498befe (diff) | |
download | googletest-32f4f52d95dc99c35f51deed552a6ba700567f94.zip googletest-32f4f52d95dc99c35f51deed552a6ba700567f94.tar.gz googletest-32f4f52d95dc99c35f51deed552a6ba700567f94.tar.bz2 |
Bump CMake minimum to 2.8.12refs/pull/3094/head
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e516b4b..12fd745 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 2.8.8) +cmake_minimum_required(VERSION 2.8.12) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) |