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 ce427698d9
commit e04cc47022
+1 -1
View File
@@ -875,7 +875,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: