From c5ac505c5df95bebf5bbf7e75bf58ad4fe24460a Mon Sep 17 00:00:00 2001 From: Trevor Clinkenbeard Date: Wed, 17 Jul 2019 10:49:44 -0700 Subject: [PATCH] Bump CMake minimum required version to 3.13 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5721b84b93..b81e0a5d17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.13) project(foundationdb VERSION 6.1.0 DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions." diff --git a/README.md b/README.md index 2abb72d3c4..d38a4693ab 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To build with CMake, generally the following is required (works on Linux and Mac OS - for Windows see below): 1. Check out this repository. -1. Install cmake Version 3.12 or higher [CMake](https://cmake.org/) +1. Install cmake Version 3.13 or higher [CMake](https://cmake.org/) 1. Download version 1.67 of [Boost](https://sourceforge.net/projects/boost/files/boost/1.67.0/). 1. Unpack boost (you don't need to compile it) 1. Install [Mono](http://www.mono-project.com/download/stable/).