Commit a3eac442 by Eric Committed by Dominic Hamon

Update the required CMake version to 2.8.12 (#316)

parent 83ac086f
cmake_minimum_required (VERSION 2.8.11) cmake_minimum_required (VERSION 2.8.12)
project (benchmark) project (benchmark)
foreach(p foreach(p
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# #
# include(CXXFeatureCheck) # include(CXXFeatureCheck)
# cxx_feature_check(STD_REGEX) # cxx_feature_check(STD_REGEX)
# Requires CMake 2.6+ # Requires CMake 2.8.12+
if(__cxx_feature_check) if(__cxx_feature_check)
return() return()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment