mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Set the SWIG minimum version to 2.0.11 now that we require Guile-2.0.
This commit is contained in:
parent
2f861bc2a4
commit
22dd716b58
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user