|
|
@ -2,11 +2,9 @@ include(FetchContent)
|
|
|
|
|
|
|
|
|
|
|
|
FetchContent_Declare(
|
|
|
|
FetchContent_Declare(
|
|
|
|
fmt
|
|
|
|
fmt
|
|
|
|
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
|
|
|
|
|
|
|
|
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
|
|
|
|
|
|
|
|
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
|
|
|
|
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
|
|
|
|
)
|
|
|
|
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
|
|
|
|
|
|
|
|
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811)
|
|
|
|
FetchContent_GetProperties(fmt)
|
|
|
|
FetchContent_GetProperties(fmt)
|
|
|
|
if(NOT fmt_POPULATED)
|
|
|
|
if(NOT fmt_POPULATED)
|
|
|
|
FetchContent_Populate(fmt)
|
|
|
|
FetchContent_Populate(fmt)
|
|
|
|