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.
1 parent 5a83ebf commit f6323e8Copy full SHA for f6323e8
CMakeLists.txt
@@ -110,7 +110,7 @@ message(STATUS "Python library release: ${Python3_LIBRARY_RELEASE}")
110
########
111
# SWIG #
112
113
-find_package(SWIG 4.2.1...4.3.1 REQUIRED)
+find_package(SWIG 4.2.1...4.4.0 REQUIRED)
114
message(STATUS "SWIG version found: ${SWIG_VERSION}")
115
include(${SWIG_USE_FILE})
116
set(SWIG_FILES_PATH src/SWIG_files/wrapper)
ci/conda/meta.yaml
@@ -22,7 +22,7 @@ requirements:
22
- {{ cdt('libxi-devel') }} # [linux]
23
- ninja
24
- cmake
25
- - swig ==4.3.1
+ - swig ==4.4.0
26
27
host:
28
- python {{ python }}
0 commit comments