Raise SWIG version requirement to 3.0

This commit is contained in:
FeRD (Frank Dana)
2019-07-30 04:06:36 -04:00
parent 9cf892fd2a
commit e94436b71d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
############### SWIG PYTHON BINDINGS ################
FIND_PACKAGE(SWIG 2.0 REQUIRED)
FIND_PACKAGE(SWIG 3.0 REQUIRED)
INCLUDE(${SWIG_USE_FILE})
### Enable some legacy SWIG behaviors, in newer CMAKEs

View File

@@ -28,7 +28,7 @@
include_directories(${OPENSHOT_INCLUDE_DIRS})
############### RUBY BINDINGS ################
FIND_PACKAGE(SWIG 2.0 REQUIRED)
FIND_PACKAGE(SWIG 3.0 REQUIRED)
INCLUDE(${SWIG_USE_FILE})
### Enable some legacy SWIG behaviors, in newer CMAKEs