Update the required CMake version to 2.8.12 (#316)

This commit is contained in:
Eric 2016-12-05 10:22:46 -07:00 committed by Dominic Hamon
parent 83ac086fbd
commit a3eac442c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.11)
cmake_minimum_required (VERSION 2.8.12)
project (benchmark)
foreach(p

View File

@ -10,7 +10,7 @@
#
# include(CXXFeatureCheck)
# cxx_feature_check(STD_REGEX)
# Requires CMake 2.6+
# Requires CMake 2.8.12+
if(__cxx_feature_check)
return()