Skip to content

Commit c60ad6b

Browse files
committed
Require SWIG 4.1.1 exactly, until we fix issues with 4.2
1 parent 13b5cc1 commit c60ad6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.1.1 REQUIRED)
2+
find_package(SWIG 4.1.1 EXACT REQUIRED)
33
endif()
44

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

0 commit comments

Comments
 (0)