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

update CPM.cmake to 0.28.0

This commit is contained in:
Lars Melchior 2021-01-20 17:55:38 +01:00
parent 8dc50e5294
commit cc810d0ea2

View file

@ -1,4 +1,4 @@
set(CPM_DOWNLOAD_VERSION 0.27.2)
set(CPM_DOWNLOAD_VERSION 0.28.0)
if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")