From 147875c573606a62fb1d7ebaf9edadc04efc19b8 Mon Sep 17 00:00:00 2001 From: Ziliang Guo Date: Mon, 26 Jul 2010 18:21:09 +0000 Subject: [PATCH] [CMAKE] -Use hinting in freetype now that patent has expired. svn path=/branches/cmake-bringup/; revision=48284 --- lib/3rdparty/freetype/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/3rdparty/freetype/CMakeLists.txt b/lib/3rdparty/freetype/CMakeLists.txt index a2174f32d75..adb9382fc1f 100644 --- a/lib/3rdparty/freetype/CMakeLists.txt +++ b/lib/3rdparty/freetype/CMakeLists.txt @@ -1,11 +1,6 @@ add_definitions(-D__NTDRIVER__) add_definitions(-DFT2_BUILD_LIBRARY) - -IF(NSWPAT STREQUAL "1") - add_definitions(-DTT_CONFIG_OPTION_UNPATHENTED_HINTING) -ELSE() - ADD_DEFINITIONS(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) -ENDIF(NSWPAT STREQUAL "1") +add_definitions(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) include_directories(include)