Bump swig minimum to 4.0

This commit is contained in:
Mark Roszko 2022-08-22 15:22:26 +00:00
parent c72457482c
commit 952669e747

View File

@ -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 )