diff options
Diffstat (limited to 'utils/google-benchmark/cmake/CXXFeatureCheck.cmake')
-rw-r--r-- | utils/google-benchmark/cmake/CXXFeatureCheck.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/google-benchmark/cmake/CXXFeatureCheck.cmake b/utils/google-benchmark/cmake/CXXFeatureCheck.cmake index b106f32b6393..6efe6a84ee49 100644 --- a/utils/google-benchmark/cmake/CXXFeatureCheck.cmake +++ b/utils/google-benchmark/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() |