Skip to content

Commit e26229f

Browse files
authored
Practically 4.0.2 is required on all platforms while 4.0.0 fails on some. Making it formal req. (#3072)
1 parent 7997217 commit e26229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bindings/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(BUILD_PYTHON_WRAPPING OR BUILD_JAVA_WRAPPING)
2-
find_package(SWIG 4.0.0 REQUIRED)
2+
find_package(SWIG 4.0.2 REQUIRED)
33
endif()
44

55
# Flags are both Python and Java bindings will use.

0 commit comments

Comments
 (0)