File tree 2 files changed +2
-8
lines changed 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(ExternalProject)
8
8
9
9
option (INTEGRATED_CONAN "Use conan integrated into this CMake." ON )
10
10
11
- set (OPENSSL_VERSION "1.1.0l " )
11
+ set (OPENSSL_VERSION "1.1.1m " )
12
12
13
13
if (INTEGRATED_CONAN)
14
14
###############################################################################
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def requirements(self):
76
76
"""
77
77
Declare required dependencies
78
78
"""
79
- self .requires ("openssl/1.1.0l " ) # fails with 1.1.1h https://github.com/openssl/openssl/issues/3884`
79
+ self .requires ("openssl/1.1.1m " ) # Doesn't work with 3.x
80
80
self .requires ("zlib/1.2.11" )
81
81
82
82
if self .options .with_libyaml :
@@ -90,12 +90,6 @@ def requirements(self):
90
90
# self.options["libffi"].fPIC = True
91
91
92
92
if self .options .with_gdbm :
93
- # NOTE: I have uploaded the gdbm/1.18.1 to the NREL remote
94
- # with the status of this PR https://github.com/conan-io/conan-center-index/pull/2180
95
- # at SHA https://github.com/conan-io/conan-center-index/pull/2180/commits/fad6b09ec294e8c0d186caea0c38bd6941dc0343
96
- # So for now that'll only work if you have the NREL remote **before**
97
- # the conan-center one...
98
- # `conan remote update nrel https://api.bintray.com/conan/commercialbuilding/nrel --insert 0`
99
93
self .requires ("gdbm/1.19" )
100
94
# self.options["gdbm"].shared = False
101
95
# self.options["gdbm"].fPIC = True
You can’t perform that action at this time.
0 commit comments