mirror of https://github.com/google/benchmark.git
Update the required CMake version to 2.8.12 (#316)
This commit is contained in:
parent
83ac086fbd
commit
a3eac442c2
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 2.8.11)
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
project (benchmark)
|
||||
|
||||
foreach(p
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue