update CCache.cmake to 1.2.3 (#117)
This commit is contained in:
parent
b59cb2dd7d
commit
742110856c
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.2")
|
CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.3")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue