aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDominic Hamon <dominichamon@users.noreply.github.com>2019-05-01 09:06:12 +0100
committerGitHub <noreply@github.com>2019-05-01 09:06:12 +0100
commit13b8bdc2b51805c3ccd666a511ae092784b1c20e (patch)
treeb8f38995bc58ec05a9654cd49a723b25c5a39f14 /CMakeLists.txt
parent94115f441909ad7478d1439c01395a9b78f8a23e (diff)
downloadgoogle-benchmark-13b8bdc2b51805c3ccd666a511ae092784b1c20e.tar.gz
Bump required cmake version from 2.x to 3.x (#801)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5797f87..856bc98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.5.1)
foreach(p
CMP0048 # OK to clear PROJECT_VERSION on project()