diff --git a/cmake/fmtlib.cmake b/cmake/fmtlib.cmake index cb9af1da..a77dbb08 100644 --- a/cmake/fmtlib.cmake +++ b/cmake/fmtlib.cmake @@ -4,6 +4,7 @@ FetchContent_Declare( fmt URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811 + DOWNLOAD_EXTRACT_TIMESTAMP FALSE ) FetchContent_GetProperties(fmt)