2.6.4 is the minimum CMake version, so enforce it (#656)

This commit is contained in:
Craig Scott
2016-01-01 11:01:15 +11:00
committed by Billy Donahue
parent a2b8a8e076
commit c0059a79f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6.2)
cmake_minimum_required(VERSION 2.6.4)
project( googletest-distribution )