From 4d7c52066b5b205b20ba2679cb57a4e593942102 Mon Sep 17 00:00:00 2001 From: ebraminio Date: Mon, 17 Apr 2017 15:53:46 +0430 Subject: [PATCH] [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a43857e..2c03f2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,9 +36,7 @@ include_directories(AFTER ${PROJECT_BINARY_DIR}/src ) -# feel free to discuss these or more with the maintainers add_definitions(-DHAVE_OT) -add_definitions(-DHB_DISABLE_DEPRECATED) if (BUILD_SHARED_LIBS) add_definitions(-DHAVE_ATEXIT) -- 2.7.4