build-deps.cmd - bump swig version to 4.1.0 and use cmake

4.1.0 will match build-all.py and it's the first version to use cmake, so we can quickly build swig ourselves
This commit is contained in:
Andrej730
2025-08-29 15:35:25 +05:00
parent b1a0b7a7d0
commit ae771cb37d
2 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ OCCT_VERSION = "7.8.1"
BOOST_VERSION = "1.86.0"
PCRE_VERSION = "8.41"
LIBXML2_VERSION = "2.13.8"
SWIG_VERSION = "4.0.2"
SWIG_VERSION = "4.1.0"
OPENCOLLADA_VERSION = "v1.6.68"
HDF5_VERSION = "1.12.1"