This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 00cefa24190a41f62db591a4ce102037d1b49e7f
Author: PengZheng <[email protected]>
AuthorDate: Tue Oct 31 12:27:45 2023 +0800

    Upgrade ccache to 4.7.4.
    
    (cherry picked from commit 96acf4d2b83c5560482f64ee0d744feb37e8515e)
---
 conanfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index 30f1f3f2..c32241cc 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -158,7 +158,7 @@ class CelixConan(ConanFile):
             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

Reply via email to