Renamed FindFreeType.cmake to FindFreetype.cmake to enable CMake build to pick up on CMake's own FindFreetype.cmake when it's available.

This commit is contained in:
Robert Osfield
2014-04-13 16:04:25 +00:00
parent 283b9d4447
commit b65f0043ef
2 changed files with 1 additions and 1 deletions

View File

@@ -515,7 +515,7 @@ IF(ANDROID)
ANDROID_3RD_PARTY()
ELSE()
# Common to all platforms except android:
FIND_PACKAGE(FreeType)
FIND_PACKAGE(Freetype)
FIND_PACKAGE(Inventor)
FIND_PACKAGE(Jasper)
FIND_PACKAGE(OpenEXR)