From e504a003cf5e88c9440ab49e10792e0e26b96c45 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Thu, 23 Dec 2021 17:29:33 -0800 Subject: Lower cmake version to 3.0 --- mempool/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mempool') diff --git a/mempool/CMakeLists.txt b/mempool/CMakeLists.txt index 1ff4ff1..fe3e2a5 100644 --- a/mempool/CMakeLists.txt +++ b/mempool/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.0) project(mempool) -- cgit v1.2.3