Skip to content

Commit a3eac44

Browse files
EricWFdominichamon
authored andcommitted
Update the required CMake version to 2.8.12 (google#316)
1 parent 83ac086 commit a3eac44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 2.8.11)
1+
cmake_minimum_required (VERSION 2.8.12)
22
project (benchmark)
33

44
foreach(p

cmake/CXXFeatureCheck.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# include(CXXFeatureCheck)
1212
# cxx_feature_check(STD_REGEX)
13-
# Requires CMake 2.6+
13+
# Requires CMake 2.8.12+
1414

1515
if(__cxx_feature_check)
1616
return()

0 commit comments

Comments
 (0)