From 8568588202dd718b089e43cd6d46f689c706f665 Mon Sep 17 00:00:00 2001 From: ebraminio Date: Thu, 13 Apr 2017 02:17:16 +0430 Subject: [PATCH] [cmake] Remove NO_MT flag (#462) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e373733c..b374e57b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ include_directories(AFTER # feel free to discuss these or more with the maintainers add_definitions(-DHAVE_OT) -add_definitions(-DHB_NO_MT) add_definitions(-DHB_DISABLE_DEPRECATED) if (BUILD_SHARED_LIBS) -- GitLab