build-all.py - bump freetype to avoid issues on cmake 4+

This commit is contained in:
Andrej730
2025-10-10 13:53:12 +05:00
parent 05805bb557
commit 0c3fbfa2b8
+1 -1
View File
@@ -873,7 +873,7 @@ if "freetype" in targets:
download_url="https://github.com/freetype/freetype",
download_name="freetype2",
download_tool=download_tool_git,
revision="VER-2-11-1",
revision="VER-2-14-0",
)
if USE_OCCT and "occ" in targets: