From 1c7b7e4f2694099b345a1bdd6115b35f23868232 Mon Sep 17 00:00:00 2001 From: Xu Yang Jue Date: Tue, 26 Sep 2023 18:42:28 +0700 Subject: [PATCH] Fix Incorrect Include Directory Structure in harfbuzz Conan Recipe #20158 --- recipes/harfbuzz/all/conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/harfbuzz/all/conanfile.py b/recipes/harfbuzz/all/conanfile.py index ce1aa84efb199e..224f1bef362d5d 100644 --- a/recipes/harfbuzz/all/conanfile.py +++ b/recipes/harfbuzz/all/conanfile.py @@ -180,7 +180,6 @@ def package_info(self): if self.options.with_subset: self.cpp_info.libs.append("harfbuzz-subset") self.cpp_info.libs.append("harfbuzz") - self.cpp_info.includedirs.append(os.path.join("include", "harfbuzz")) if self.settings.os in ["Linux", "FreeBSD"]: self.cpp_info.system_libs.append("m") if self.settings.os == "Windows" and not self.options.shared: