mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Bump swig minimum to 4.0
This commit is contained in:
parent
c72457482c
commit
952669e747
@ -825,8 +825,8 @@ set( INC_AFTER
|
|||||||
# Find Python and other scripting resources
|
# Find Python and other scripting resources
|
||||||
#
|
#
|
||||||
|
|
||||||
# SWIG 3.0 or later require for C++11 support.
|
# SWIG 4.0 or later require for proper C++11 support.
|
||||||
find_package( SWIG 3.0 REQUIRED )
|
find_package( SWIG 4.0 REQUIRED )
|
||||||
include( ${SWIG_USE_FILE} )
|
include( ${SWIG_USE_FILE} )
|
||||||
|
|
||||||
set( PythonInterp_FIND_VERSION 3.6 )
|
set( PythonInterp_FIND_VERSION 3.6 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user