[GNC-dev] gnucash maint: Set the SWIG minimum version to 2.0.11 now that we require Guile-2.0.
Geert Janssens
geert.gnucash at kobaltwit.be
Sat Aug 11 04:27:19 EDT 2018
Op vrijdag 10 augustus 2018 22:02:28 CEST schreef John Ralls:
> 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)
Interestingly your comment says to require 2.0.11 but you enforce only 2.0.10
Which version is the correct minimum one ?
Geert
More information about the gnucash-devel
mailing list