Skip to content

Commit ec79f57

Browse files
committed
Reduced SWIG version number required
1 parent e4a94d3 commit ec79f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ message(STATUS "Python library release: ${Python3_LIBRARY_RELEASE}")
105105
########
106106
# SWIG #
107107
########
108-
find_package(SWIG 4.0.1 REQUIRED)
108+
find_package(SWIG 3.0.11 REQUIRED)
109109
include(${SWIG_USE_FILE})
110110
set(SWIG_FILES_PATH src/SWIG_files/wrapper)
111111
if(SWIG_HIDE_WARNINGS)

0 commit comments

Comments
 (0)