From 91cf743b6ceb7902a3f7636e58384de5b80f7e72 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Thu, 5 Oct 2023 09:03:19 -0400 Subject: [PATCH] Bump required `cmake` version as suggested in PR #21. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a7d08f..a476f04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Defines ChainBase library target. -cmake_minimum_required( VERSION 3.5 ) +cmake_minimum_required( VERSION 3.12 ) project( ChainBase ) #list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )