From ba7c30942af2860c1ebb0f671c730a94b284348c Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Tue, 9 Jul 2024 12:31:34 -0400 Subject: [PATCH] Silence a warning when downloading GodMode9i --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 70c52b9..16ccc43 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -266,6 +266,7 @@ endfunction() FetchContent_Declare( godmode9i URL "https://github.com/DS-Homebrew/GodMode9i/releases/download/v3.4.1/GodMode9i.7z" + DOWNLOAD_EXTRACT_TIMESTAMP true ) FetchContent_GetProperties(godmode9i)