gnucash-docs stable: Bump minimum cmake version to 3.16
Geert Janssens
gjanssens at code.gnucash.org
Fri Aug 18 12:47:34 EDT 2023
Updated via https://github.com/Gnucash/gnucash-docs/commit/382fb2b3 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/4ba0ed1a (commit)
commit 382fb2b34277edaa77e53e3571eae3d5f4665974
Author: Geert Janssens <geert at kobaltwit.be>
Date: Fri Aug 18 18:47:27 2023 +0200
Bump minimum cmake version to 3.16
To keep it in sync with the gnucash repo
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc09aac5..02022615 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
# CMakeLists.txt for GnuCash Documenation
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.16)
# This sets a number of environment variables we can use later on
# The names of these variables start with PROJECT_ and gnucash-docs_VERSION
Summary of changes:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list