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

update CCache.cmake to 1.2.3

This commit is contained in:
Lars Melchior 2021-03-30 14:05:56 +02:00
parent b59cb2dd7d
commit fe79eaf12f

View file

@ -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()