diff --git a/cmake/tools.cmake b/cmake/tools.cmake index c73d860..2364da9 100644 --- a/cmake/tools.cmake +++ b/cmake/tools.cmake @@ -62,5 +62,5 @@ endif() # enables CCACHE support through the USE_CCACHE flag possible values are: YES, NO or equivalent if(USE_CCACHE) - CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.2") + CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.3") endif()