diff --git a/recipes/log4cpp/all/conanfile.py b/recipes/log4cpp/all/conanfile.py index c0ba5f39ea154..3697a5680f9ee 100644 --- a/recipes/log4cpp/all/conanfile.py +++ b/recipes/log4cpp/all/conanfile.py @@ -78,4 +78,4 @@ def package_info(self): self.cpp_info.set_property("pkg_config_name", "log4cpp") self.cpp_info.libs = ["log4cpp"] if self.settings.os in ["Linux", "FreeBSD"]: - self.cpp_info.system_libs.append("m") + self.cpp_info.system_libs.extend(["m", "pthread"])