[SDL2 TTF] Fix package name in find_package (#4596)

This commit is contained in:
Tobias Markus 2018-11-07 03:04:07 +01:00 committed by Robert Schumacher
parent ab0212d693
commit 2253ec837a

View File

@ -3,7 +3,7 @@ project(SDL2_TTF C)
find_path(SDL_INCLUDE_DIR SDL2/SDL.h)
find_library(SDL_LIBRARY NAMES SDL2d SDL2)
find_package(FreeType REQUIRED)
find_package(Freetype REQUIRED)
add_library(SDL2_ttf SDL_ttf.c version.rc)