From 52d8520eeacc10cb48b946a6a40982e1fdb70c03 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 31 Mar 2025 13:19:34 -0400 Subject: [PATCH] Fix ccache compile error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dd9ab7c6..d046e7bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ else() CPMAddPackage( NAME Ccache.cmake GITHUB_REPOSITORY TheLartians/Ccache.cmake - VERSION 1.2 + VERSION 1.2.5 ) endif()