aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEric <eric@efcs.ca>2016-12-05 10:22:46 -0700
committerDominic Hamon <dominichamon@users.noreply.github.com>2016-12-05 09:22:46 -0800
commita3eac442c23ab74a81ffd665a7a531c51dbb8a2c (patch)
tree4a3cd9d152b8981caf424495eb477b7f4124f73a /cmake
parent83ac086fbd96b7c0a4aae91a882fc9cf8cefb26a (diff)
downloadgoogle-benchmark-a3eac442c23ab74a81ffd665a7a531c51dbb8a2c.tar.gz
Update the required CMake version to 2.8.12 (#316)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CXXFeatureCheck.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CXXFeatureCheck.cmake b/cmake/CXXFeatureCheck.cmake
index b106f32..6efe6a8 100644
--- a/cmake/CXXFeatureCheck.cmake
+++ b/cmake/CXXFeatureCheck.cmake
@@ -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()