FindGTK2: Find freetype quietly
This commit is contained in:
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})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue