From 61ffed6ece4857fe5e708f5c3bd6d7e6d2b2b13b Mon Sep 17 00:00:00 2001 From: Oleg Bulatov Date: Thu, 5 May 2022 23:12:54 +0200 Subject: Bump required CMake version CMake 3.21.4 reports that compatibility with CMake < 2.8.12 will be removed from a future version of CMake. CMake 3.0 has new defaults for MACOSX_RPATH. It seems ledger works fine with them. See CMake Policy CMP0042 for the details. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f7e4ca5..63e5efa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.5) +cmake_minimum_required(VERSION 3.0) PROJECT(ledger) -- cgit v1.2.3