diff --git a/conanfile.py b/conanfile.py index 0d10f9cd..a8f6fbdc 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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() \ No newline at end of file + cmake.build()