remove rapidhash
All checks were successful
Bigfoot / Build & Test Debug (push) Successful in 40s
Bigfoot / Build & Test RelWithDebInfo (push) Successful in 53s
Bigfoot / Build & Test Release (push) Successful in 26s
Bigfoot / Clang Format Checks (push) Successful in 8s

This commit is contained in:
2026-02-15 16:09:35 +01:00
parent 95c8066d26
commit ee1dc86273
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ class Bigfoot(ConanFile):
self.requires("eastl/3.27.01@bigfootdev/main", transitive_headers=True)
self.requires("mimalloc/3.2.8@bigfootdev/main", transitive_headers=True)
self.requires("cli11/2.6.1@bigfootdev/main")
self.requires("rapidhash/3.0@bigfootdev/main", transitive_headers=True)
if(self.settings.build_type == "RelWithDebInfo" or self.settings.build_type == "Debug"):
self.requires("cpptrace/1.0.4", transitive_headers=True)