Fetch fmt 10.2.1.tar.gz and check sha256

This commit is contained in:
gabime 2024-03-16 14:13:08 +02:00
parent 34e0c8f227
commit e9938a8839

View File

@ -2,10 +2,8 @@ include(FetchContent)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG e69e5f977d458f2650bb346dadf2ad30c5320281 # 10.2.1
GIT_SHALLOW ON
GIT_PROGRESS TRUE
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
)
FetchContent_GetProperties(fmt)