Skip to content

Commit

Permalink
Merge pull request conan-io#34 from kam/remove-cmake-private-requirem…
Browse files Browse the repository at this point in the history
…ents

cmake: Remove the private tag from the openssl requirement
  • Loading branch information
datalogics-saharay authored and GitHub Enterprise committed Dec 12, 2022
2 parents a11154e + 1bc1d18 commit fa6f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cmake/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def config_options(self):

def requirements(self):
if self.options.with_openssl:
self.requires("openssl/1.1.1s", private=True)
self.requires("openssl/1.1.1s")

def validate(self):
if self.settings.os == "Macos" and self.settings.arch == "x86":
Expand Down

0 comments on commit fa6f433

Please sign in to comment.