Skip to content

Commit

Permalink
CMake: Update downloaded FreeType version to 2.13.3 to fix warning, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 31, 2024
1 parent 4495f40 commit 7dfd073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ if(NOT hasParent)
endif()
if(ANDROID OR MSVC OR IOS)
CPMAddPackage(NAME freetype
URL https://sourceforge.net/projects/freetype/files/freetype2/2.11.1/freetype-2.11.1.tar.xz/download
URL_HASH SHA256=3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8
URL https://sourceforge.net/projects/freetype/files/freetype2/2.13.3/freetype-2.13.3.tar.xz/download
URL_HASH SHA256=0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289
OPTIONS "FT_DISABLE_HARFBUZZ 1"
)
if(hasParent)
Expand Down

0 comments on commit 7dfd073

Please sign in to comment.