Silence a warning when downloading GodMode9i

This commit is contained in:
Jesse Talavera 2024-07-09 12:31:34 -04:00
parent 1ebd1ab781
commit ba7c30942a

View File

@ -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)