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:
parent
836a28d537
commit
444f880146
|
@ -147,7 +147,8 @@ endif()
|
||||||
# handle the QUIETLY and REQUIRED arguments and set FREETYPE_FOUND to TRUE if
|
# handle the QUIETLY and REQUIRED arguments and set FREETYPE_FOUND to TRUE if
|
||||||
# all listed variables are TRUE
|
# all listed variables are TRUE
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
|
||||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
|
|
||||||
|
find_package_handle_standard_args(
|
||||||
Freetype
|
Freetype
|
||||||
REQUIRED_VARS
|
REQUIRED_VARS
|
||||||
FREETYPE_LIBRARY
|
FREETYPE_LIBRARY
|
||||||
|
|
Loading…
Reference in New Issue