We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cf892f + e94436b commit ebae689Copy full SHA for ebae689
src/bindings/python/CMakeLists.txt
@@ -26,7 +26,7 @@
26
27
28
############### SWIG PYTHON BINDINGS ################
29
-FIND_PACKAGE(SWIG 2.0 REQUIRED)
+FIND_PACKAGE(SWIG 3.0 REQUIRED)
30
INCLUDE(${SWIG_USE_FILE})
31
32
### Enable some legacy SWIG behaviors, in newer CMAKEs
src/bindings/ruby/CMakeLists.txt
@@ -28,7 +28,7 @@
include_directories(${OPENSHOT_INCLUDE_DIRS})
############### RUBY BINDINGS ################
33
34
0 commit comments