summary refs log tree commit diff
path: root/deps
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-08 03:20:03 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-08 03:20:03 +0000
commitfa6bc6a466afe509e1098b04f0bcf4a18b3abbf5 (patch)
tree420c1af66909799f43e51a2f38e2e50e60ff5d87 /deps
parentImprove color generation performance (diff)
downloadnheko-fa6bc6a466afe509e1098b04f0bcf4a18b3abbf5.tar.xz
Tweak build settings
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt

index e7a09db6..5aab771c 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt
@@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.11) project(NHEKO_DEPS) # Point CMake at any custom modules we may ship @@ -30,6 +30,11 @@ option(USE_BUNDLED_LMDBXX "Use the bundled version of lmdbxx." ${USE_BUNDLED}) option(USE_BUNDLED_MATRIX_CLIENT "Use the bundled version of mtxclient." ${USE_BUNDLED}) +if(USE_BUNDLED_BOOST) + # bundled boost is 1.68, which requires CMake 3.13 or greater. + cmake_minimum_required(VERSION 3.13) +endif() + include(ExternalProject) set(BOOST_URL