FindGTK2: Find freetype quietly

This commit is contained in:
Daniele E. Domenichelli 2013-08-09 10:55:48 +02:00 committed by Brad King
parent 675a4d3897
commit d9eb277631
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ endif()
# Find all components
#
find_package(Freetype)
find_package(Freetype QUIET)
list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
list(APPEND GTK2_LIBRARIES ${FREETYPE_LIBRARIES})