From 6e6b3eb6fe311975774bf9105ac52dfbe50d7148 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 9 Apr 2023 07:59:12 +0200 Subject: doc: Update required CMake version to match version required by project --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 1a510c1a..1459bac7 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,7 +5,7 @@ ######################################################################## -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.16.2) project(ledger NONE) -- cgit v1.2.3