mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Merge pull request #457 from dpaulat/feature/setup-cleanup
CMake Setup, CMakePresets and Python Virtual Environments
This commit is contained in:
commit
4425c53c8e
38 changed files with 841 additions and 153 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