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