Skip to content

Commit

Permalink
(#22483) (#22482) poco: add transitive_headers trait on expat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
obnyis authored Feb 5, 2024
1 parent bc07462 commit f080d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/poco/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def requirements(self):
self.requires("pcre2/10.42")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.enable_xml:
self.requires("expat/2.5.0")
self.requires("expat/2.5.0", transitive_headers=True)
if self.options.enable_data_sqlite:
self.requires("sqlite3/3.45.0")
if self.options.enable_apacheconnector:
Expand Down

0 comments on commit f080d4b

Please sign in to comment.