FindFreetype: Use lower-case name in call to FPHSA

Use 'find_package_handle_standard_args' because lower-case style is
now preferred.
This commit is contained in:
Taylor Holberton 2014-05-24 21:37:28 -07:00 committed by Brad King
parent 836a28d537
commit 444f880146
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ endif()
# handle the QUIETLY and REQUIRED arguments and set FREETYPE_FOUND to TRUE if
# all listed variables are TRUE
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
find_package_handle_standard_args(
Freetype
REQUIRED_VARS
FREETYPE_LIBRARY