Skip to content

Commit ebae689

Browse files
authored
Merge pull request #286 from ferdnyc/bump-swig-version
Raise SWIG version requirement to 3.0
2 parents 9cf892f + e94436b commit ebae689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bindings/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
############### SWIG PYTHON BINDINGS ################
29-
FIND_PACKAGE(SWIG 2.0 REQUIRED)
29+
FIND_PACKAGE(SWIG 3.0 REQUIRED)
3030
INCLUDE(${SWIG_USE_FILE})
3131

3232
### Enable some legacy SWIG behaviors, in newer CMAKEs

src/bindings/ruby/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
include_directories(${OPENSHOT_INCLUDE_DIRS})
2929

3030
############### RUBY BINDINGS ################
31-
FIND_PACKAGE(SWIG 2.0 REQUIRED)
31+
FIND_PACKAGE(SWIG 3.0 REQUIRED)
3232
INCLUDE(${SWIG_USE_FILE})
3333

3434
### Enable some legacy SWIG behaviors, in newer CMAKEs

0 commit comments

Comments
 (0)