mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Legacy OpenSSL support is not needed as of Qt 6.5
This commit is contained in:
parent
d6f94f2e19
commit
b5241ff1f7
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ class SupercellWxConan(ConanFile):
|
|||
generators = ("CMakeDeps")
|
||||
default_options = {"geos/*:shared" : True,
|
||||
"libiconv/*:shared" : True,
|
||||
"openssl/*:no_module": True,
|
||||
"openssl/*:shared" : True}
|
||||
|
||||
def configure(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue