commit | c0059a79f82d0ecc3e9bfdc12146a5b84befc70a | [log] [tgz] |
---|---|---|
author | Craig Scott <audiofanatic@gmail.com> | Fri Jan 01 11:01:15 2016 +1100 |
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | Sat Dec 17 19:15:04 2016 -0500 |
tree | 6d232d05dea510f4a1727ab5ebf5dafc854ae997 | |
parent | a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47 [diff] [blame] |
2.6.4 is the minimum CMake version, so enforce it (#656)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d2b552..5754992 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6.2) +cmake_minimum_required(VERSION 2.6.4) project( googletest-distribution )