From c923915805ab80ee45fde14c3cc94218fcd5808a Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 16 Mar 2024 14:26:21 +0200 Subject: [PATCH] DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt --- cmake/fmtlib.cmake | 1 + 1 file changed, 1 insertion(+) 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)