1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

bump the version of Ccache.cmake to 1.2.4

This commit is contained in:
Tobias Schmidl 2023-05-10 06:44:53 +02:00
parent e071a49023
commit 0c4aced9cc

View file

@ -62,5 +62,5 @@ endif()
# enables CCACHE support through the USE_CCACHE flag possible values are: YES, NO or equivalent # enables CCACHE support through the USE_CCACHE flag possible values are: YES, NO or equivalent
if(USE_CCACHE) if(USE_CCACHE)
CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.3") CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.4")
endif() endif()