gnucash maint: Set the SWIG minimum version to 2.0.11 now that we require Guile-2.0.

John Ralls jralls at code.gnucash.org
Fri Aug 10 16:02:28 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/22dd716b (commit)
	from  https://github.com/Gnucash/gnucash/commit/2f861bc2 (commit)



commit 22dd716b58a6a9c424a71268f78af37b972ab23b
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Aug 10 12:57:46 2018 -0700

    Set the SWIG minimum version to 2.0.11 now that we require Guile-2.0.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5d372e..42a23b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -285,7 +285,7 @@ endif (WIN32)
 
 # SWIG
 if(GENERATE_SWIG_WRAPPERS)
-  find_package (SWIG REQUIRED)
+  find_package (SWIG 2.0.10 REQUIRED)
   include (${SWIG_USE_FILE})
 endif()
 



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



More information about the gnucash-changes mailing list