Remove ccache from tool_requires
This commit is contained in:
parent
3dbb8b1487
commit
79121dce71
1 changed files with 1 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue