Skip to content

Commit

Permalink
use built-in FindFreetype module
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 14, 2024
1 parent b9bee60 commit 61497f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 111 deletions.
110 changes: 0 additions & 110 deletions CMakeModules/FindFreeType.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion nel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IF(WITH_3D)
FIND_PACKAGE(freetype CONFIG REQUIRED)
SET(FREETYPE_LIBRARIES freetype::freetype)
ELSE()
FIND_PACKAGE(FreeType)
FIND_PACKAGE(Freetype)
ENDIF() #hunter

IF(WITH_NEL_CEGUI)
Expand Down

0 comments on commit 61497f9

Please sign in to comment.