Skip to content

Commit

Permalink
Upgrade ccache to 4.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Oct 31, 2023
1 parent 5cdd18d commit 96acf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def build_requirements(self):
self.test_requires("gtest/1.10.0")
self.test_requires("cpputest/4.0")
if self.options.enable_ccache:
self.build_requires("ccache/4.6")
self.build_requires("ccache/4.7.4")

def configure(self):
# copy options to options, fill in defaults if not set
Expand Down

0 comments on commit 96acf4d

Please sign in to comment.