Skip to content

Commit

Permalink
json-schema-validator: make sure to mark transitive requirement headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mc authored Nov 21, 2022
1 parent e70b881 commit 5088e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/json-schema-validator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def configure(self):
self.options.rm_safe("fPIC")

def requirements(self):
self.requires("nlohmann_json/3.11.2")
self.requires("nlohmann_json/3.11.2", transitive_headers=True)

def validate(self):
version = scm.Version(self.version)
Expand Down

0 comments on commit 5088e8c

Please sign in to comment.