Skip to content

Commit 7b9a001

Browse files
committed
ord: update min swig to match tcl_size PR
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
1 parent 0bb4617 commit 7b9a001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (BUILD_TCLX AND TCLX_H)
138138
message(STATUS "TclX header: ${TCLX_H}")
139139
endif()
140140

141-
find_package(SWIG 4.0 REQUIRED)
141+
find_package(SWIG 4.3 REQUIRED)
142142
if (SWIG_VERSION VERSION_GREATER_EQUAL "4.1.0")
143143
message(STATUS "Using SWIG >= ${SWIG_VERSION} -flatstaticmethod flag for python")
144144
endif()

0 commit comments

Comments
 (0)