mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 13:22:22 -05:00
FindGTK2: Find freetype quietly
This commit is contained in:
committed by
Brad King
parent
675a4d3897
commit
d9eb277631
@@ -450,7 +450,7 @@ endif()
|
|||||||
# Find all components
|
# Find all components
|
||||||
#
|
#
|
||||||
|
|
||||||
find_package(Freetype)
|
find_package(Freetype QUIET)
|
||||||
list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
|
list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
|
||||||
list(APPEND GTK2_LIBRARIES ${FREETYPE_LIBRARIES})
|
list(APPEND GTK2_LIBRARIES ${FREETYPE_LIBRARIES})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user