Skip to content

Commit

Permalink
CMakeLists.txt: We actually rely on CMake 3.8 features
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed May 20, 2018
1 parent 507804e commit eb787d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb787d4

Please sign in to comment.