Skip to content

Commit

Permalink
Update test_package to use the now separated minizip recipe (before: …
Browse files Browse the repository at this point in the history
…zlib had a 'minizip' option)
  • Loading branch information
jmarrec committed Jan 6, 2022
1 parent 6cf51b9 commit b9b68a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def requirements(self):
"""
Declare required dependencies for testing
"""
self.requires("zlib/1.2.11")
self.options["zlib"].minizip = True
self.requires("minizip/1.2.11") # depends on zlib/1.2.11

def build_requirements(self):
"""
Expand Down

0 comments on commit b9b68a0

Please sign in to comment.