mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -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_package(Freetype)
|
||||
find_package(Freetype QUIET)
|
||||
list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
|
||||
list(APPEND GTK2_LIBRARIES ${FREETYPE_LIBRARIES})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user