mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Manually specify abseil version
This commit is contained in:
parent
6c7b5b3d22
commit
6d23b094e6
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ 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