We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ac086 commit a3eac44Copy full SHA for a3eac44
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 2.8.12)
2
project (benchmark)
3
4
foreach(p
cmake/CXXFeatureCheck.cmake
@@ -10,7 +10,7 @@
10
#
11
# include(CXXFeatureCheck)
12
# cxx_feature_check(STD_REGEX)
13
-# Requires CMake 2.6+
+# Requires CMake 2.8.12+
14
15
if(__cxx_feature_check)
16
return()
0 commit comments