Merge pull request #457 from dpaulat/feature/setup-cleanup

CMake Setup, CMakePresets and Python Virtual Environments
This commit is contained in:
Dan Paulat 2025-06-07 08:47:33 -05:00 committed by GitHub
commit 4425c53c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 841 additions and 153 deletions

View file

@ -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")