mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 20:50:04 +00:00
abseil override is no longer needed, fixed in conan-center-index
https://github.com/conan-io/conan-center-index/issues/27564
This commit is contained in:
parent
d12fe2b7a5
commit
ad65bcf424
1 changed files with 0 additions and 2 deletions
|
|
@ -37,8 +37,6 @@ class SupercellWxConan(ConanFile):
|
|||
self.options["libcurl"].ca_path = "none"
|
||||
|
||||
def requirements(self):
|
||||
self.requires("abseil/20250127.0", override=True)
|
||||
|
||||
if self.settings.os == "Linux":
|
||||
self.requires("onetbb/2022.0.0")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue