Skip to content

Commit

Permalink
Update zlib requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Aug 6, 2021
1 parent 1b986ca commit 765d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def configure(self):
self.options['gtest'].shared = True

def requirements(self):
self.requires('zlib/1.2.11@conan/stable')
self.requires('zlib/1.2.11')

if os_info.is_windows and self.options.iconv:
self.requires('libiconv/1.15@bincrafters/stable')
Expand Down

0 comments on commit 765d6f5

Please sign in to comment.