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
1 changed files with 2 additions and 2 deletions

View File

@ -825,8 +825,8 @@ set( INC_AFTER
# Find Python and other scripting resources
#
# SWIG 3.0 or later require for C++11 support.
find_package( SWIG 3.0 REQUIRED )
# SWIG 4.0 or later require for proper C++11 support.
find_package( SWIG 4.0 REQUIRED )
include( ${SWIG_USE_FILE} )
set( PythonInterp_FIND_VERSION 3.6 )