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)