From 4bea4867d085b8ff64bf962f94382ff5ca883878 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 18 Dec 2019 17:39:42 -0800 Subject: [PATCH] Xenial compatibility per https://github.com/loki-project/loki-network/blob/ubuntu/xenial/debian/patches/0004-Reduce-required-cmake-version.patch --- vendor/nlohmann/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nlohmann/CMakeLists.txt b/vendor/nlohmann/CMakeLists.txt index 1de729afb..48d130df4 100644 --- a/vendor/nlohmann/CMakeLists.txt +++ b/vendor/nlohmann/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.5.1) ## ## PROJECT