From eb787d4f7016cf6c99bcfc0fb830569b6fad2931 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 19 May 2018 20:23:33 -0400 Subject: [PATCH] CMakeLists.txt: We actually rely on CMake 3.8 features Signed-off-by: Andrew Gunnerson --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cb679cad..5b4d3ec99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.8) # Add our custom module path list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") diff --git a/README.md b/README.md index 838441a32..2ace77cea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Downloads can be found [here](https://dbp.noobdev.io/downloads/). Compiling from Source --------------------- -See the `docs/` directory for instructions on building for Linux, Windows, and Android. +See the [`docs/build/`](docs/build) directory for instructions on building for Linux, Windows, and Android. License