Skip to content

Commit

Permalink
(#5367) add cmake/3.20.2
Browse files Browse the repository at this point in the history
* add cmake/3.20.2

* cmake: Update Conan conventions

Automatically created by bincrafters-conventions 0.30.4

Co-authored-by: bincrafters-user <bincrafters@gmail.com>
  • Loading branch information
Croydon and bincrafters-user committed May 3, 2021
1 parent a10f21f commit d1598c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/cmake/3.x.x/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ sources:
"3.20.1":
sha256: 3f1808b9b00281df06c91dd7a021d7f52f724101000da7985a401678dfe035b0
url: https://github.com/Kitware/CMake/releases/download/v3.20.1/cmake-3.20.1.tar.gz
"3.20.2":
sha256: aecf6ecb975179eb3bb6a4a50cae192d41e92b9372b02300f9e8f1d5f559544e
url: https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz
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 @@ -60,7 +60,7 @@ def configure(self):

def requirements(self):
if self.options.with_openssl:
self.requires("openssl/1.1.1j")
self.requires("openssl/1.1.1k")

def source(self):
tools.get(**self.conan_data["sources"][self.version])
Expand Down
2 changes: 2 additions & 0 deletions recipes/cmake/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ versions:
folder: "3.x.x"
"3.20.1":
folder: "3.x.x"
"3.20.2":
folder: "3.x.x"

0 comments on commit d1598c5

Please sign in to comment.