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:27 +00:00
parent c168887e5e
commit 5015fb6dac
2 changed files with 1 additions and 1 deletions

View File

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