Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egelja committed Jul 23, 2023
1 parent 2ad5b62 commit c1c704d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def requirements(self):
# Need openssl on non-win32 for curl
# And zlib as a dep
self.requires("zlib/1.2.13")
if self.settings.os != 'Windows':

if self.settings.os != "Windows":
self.requires("openssl/3.1.1")

def build_requirements(self):
self.test_requires("gtest/1.13.0")

Expand Down

0 comments on commit c1c704d

Please sign in to comment.