Skip to content

Commit

Permalink
Enable var FEATURE_openssl_hash if building with openssl support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Dec 31, 2024
1 parent 94651ea commit 1ef386c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def generate(self):
tc.variables["FEATURE_opensslv30"] = True
tc.variables["FEATURE_openssl_linked"] = True
tc.variables["FEATURE_openssl_runtime"] = False
tc.variables["FEATURE_openssl_hash"] = True
tc.variables["OPENSSL_ROOT_DIR"] = self.dependencies["openssl"].package_folder
else:
tc.variables["FEATURE_openssl"] = False
Expand Down

0 comments on commit 1ef386c

Please sign in to comment.