We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f26532 commit 019e78dCopy full SHA for 019e78d
CMake/Packages/FindFreeType.cmake
CMakeLists.txt
@@ -32,7 +32,7 @@ if(${GLSystem} MATCHES "Desktop OpenGL")
32
else()
33
find_package(OpenGLES REQUIRED)
34
endif()
35
-find_package(FreeType REQUIRED)
+find_package(Freetype REQUIRED)
36
find_package(FreeImage REQUIRED)
37
find_package(SDL REQUIRED)
38
find_package(Boost REQUIRED COMPONENTS system filesystem)
0 commit comments