commit | 13b8bdc2b51805c3ccd666a511ae092784b1c20e | [log] [tgz] |
---|---|---|
author | Dominic Hamon <dominichamon@users.noreply.github.com> | Wed May 01 09:06:12 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed May 01 09:06:12 2019 +0100 |
tree | b8f38995bc58ec05a9654cd49a723b25c5a39f14 | |
parent | 94115f441909ad7478d1439c01395a9b78f8a23e [diff] [blame] |
Bump required cmake version from 2.x to 3.x (#801)
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()