1
0
Fork 0
forked from lthn/blockchain

Remove ccache from tool_requires

This commit is contained in:
Snider 2025-10-07 02:28:22 +01:00 committed by GitHub
parent 3dbb8b1487
commit 79121dce71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,8 +19,6 @@ class BlockchainConan(ConanFile):
"boost/*:without_test": True
}
tool_requires = "ccache/4.11"
requires = [
"zlib/1.3.1",
"boost/1.85.0",
@ -48,4 +46,4 @@ class BlockchainConan(ConanFile):
def build(self):
cmake = CMake(self)
cmake.configure()
cmake.build()
cmake.build()