Skip to content

Commit

Permalink
provide an openssl version to build from CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 29, 2023
1 parent 26965a8 commit 7e716e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openssl3/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Openssl3Conan(ConanFile):
def requirements(self):
self.requires("openssl/3.1.4")
self.requires("openssl/" + str(self.version))

def generate(self):
for dep in [self.dependencies["openssl"], self.dependencies["zlib"]]:
Expand Down

0 comments on commit 7e716e9

Please sign in to comment.