gnucash-docs stable: Lower cmake requirement again to cater for our slightly outdated build server

Geert Janssens gjanssens at code.gnucash.org
Wed Aug 23 03:52:13 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/e86ff8b9 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/77a6ff72 (commit)



commit e86ff8b9f77e612cce290383b72e8e4e58463393
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Aug 23 09:49:41 2023 +0200

    Lower cmake requirement again to cater for our slightly outdated build server

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a641ca6..c4cc70e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 # CMakeLists.txt for GnuCash Documenation
 
-cmake_minimum_required (VERSION 3.16)
+cmake_minimum_required (VERSION 3.14.5)
 
 # 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