Skip to content

Commit

Permalink
Practically 4.0.2 is required on all platforms while 4.0.0 fails on s…
Browse files Browse the repository at this point in the history
…ome. Making it formal req. (#3072)
  • Loading branch information
aymanhab committed Aug 25, 2021
1 parent 7997217 commit e26229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(BUILD_PYTHON_WRAPPING OR BUILD_JAVA_WRAPPING)
find_package(SWIG 4.0.0 REQUIRED)
find_package(SWIG 4.0.2 REQUIRED)
endif()

# Flags are both Python and Java bindings will use.
Expand Down

0 comments on commit e26229f

Please sign in to comment.