1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

Update Ccache.cmake for POSIX compliance

This commit is contained in:
friendlyanon 2020-09-02 16:51:39 +02:00
parent c4fd7dc67f
commit eaffe340bf

View file

@ -69,6 +69,6 @@ if(USE_CCACHE)
CPMAddPackage( CPMAddPackage(
NAME Ccache.cmake NAME Ccache.cmake
GITHUB_REPOSITORY TheLartians/Ccache.cmake GITHUB_REPOSITORY TheLartians/Ccache.cmake
VERSION 1.1 VERSION 1.2.1
) )
endif() endif()