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

update CCache.cmake to 1.2.3 (#117)

This commit is contained in:
Lars Melchior 2021-03-30 14:09:19 +02:00 committed by GitHub
parent b59cb2dd7d
commit 742110856c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.2") CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.3")
endif() endif()