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:
parent
e071a49023
commit
0c4aced9cc
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue