From 3ce4f06b6c8634ee2fe9b84e6a1609eb477e5e3e Mon Sep 17 00:00:00 2001 From: SChernykh Date: Thu, 14 Jul 2022 20:57:22 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66719e3..d1a4608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.6) project(p2pool) option(STATIC_BINARY "Build static binary" OFF)