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

update dependencies (#52)

This commit is contained in:
Lars Melchior 2020-08-04 13:40:19 +02:00 committed by GitHub
parent 082aa0c7df
commit 4e87a9410a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 17 deletions

View file

@ -35,7 +35,7 @@ endif()
CPMAddPackage(
NAME Format.cmake
GITHUB_REPOSITORY TheLartians/Format.cmake
VERSION 1.3
VERSION 1.5.2
)
# ---- Create binary ----