You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Raise SWIG version requirement to 3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user