gnucash maint: Rise minimum required CMake version for Linux to 3.2

Frank H.Ellenberger fell at code.gnucash.org
Tue May 14 18:19:07 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/a63adac4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/29f605bd (commit)



commit a63adac4c571dfea509d71a2a9ea318d58e3e6a3
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed May 15 00:13:20 2019 +0200

    Rise minimum required CMake version for Linux to 3.2
    
    This will allow us to use modules like FindIntl.
    https://lists.gnucash.org/logs/2019/05/14.html#T17:32:19

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49ecded73..61cb22010 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 if (WIN32 OR APPLE)
   cmake_minimum_required (VERSION 3.3.2)
 else()
-  cmake_minimum_required (VERSION 3.0)
+  cmake_minimum_required (VERSION 3.2)
 endif()
 
 project (gnucash)



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list