We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f576dda + 3cdba6f commit 1ba5703Copy full SHA for 1ba5703
1 file changed
src/CMakeLists.txt
@@ -138,10 +138,7 @@ if (BUILD_TCLX AND TCLX_H)
138
message(STATUS "TclX header: ${TCLX_H}")
139
endif()
140
141
-find_package(SWIG 4.0 REQUIRED)
142
-if (SWIG_VERSION VERSION_GREATER_EQUAL "4.1.0")
143
- message(STATUS "Using SWIG >= ${SWIG_VERSION} -flatstaticmethod flag for python")
144
-endif()
+find_package(SWIG 4.3 REQUIRED)
145
include(UseSWIG)
146
147
find_package(Boost CONFIG REQUIRED)
0 commit comments