Skip to content

Commit 3d7bf18

Browse files
author
Chris Mc
authored
(#14353) json-schema-validator: make sure to mark transitive requirement headers
1 parent 3fa558e commit 3d7bf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/json-schema-validator/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def configure(self):
4141
self.options.rm_safe("fPIC")
4242

4343
def requirements(self):
44-
self.requires("nlohmann_json/3.11.2")
44+
self.requires("nlohmann_json/3.11.2", transitive_headers=True)
4545

4646
def validate(self):
4747
version = scm.Version(self.version)

0 commit comments

Comments
 (0)