Skip to content

Commit

Permalink
Fix the extremely subtley broken FindFreeType.cmake by removing it in
Browse files Browse the repository at this point in the history
favor of the FindFreetype.cmake that comes with CMake.
Hopefully fixes issue #144.
  • Loading branch information
Aloshi committed Dec 15, 2013
1 parent 9f26532 commit 019e78d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
62 changes: 0 additions & 62 deletions CMake/Packages/FindFreeType.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(${GLSystem} MATCHES "Desktop OpenGL")
else()
find_package(OpenGLES REQUIRED)
endif()
find_package(FreeType REQUIRED)
find_package(Freetype REQUIRED)
find_package(FreeImage REQUIRED)
find_package(SDL REQUIRED)
find_package(Boost REQUIRED COMPONENTS system filesystem)
Expand Down

0 comments on commit 019e78d

Please sign in to comment.