off is the correct one

This commit is contained in:
lesleyrs 2023-05-14 11:42:58 +02:00
parent f3774e9284
commit f848acd127

View File

@ -11,7 +11,7 @@ if (NOT raylib_FOUND) # If there's none, fetch and build raylib
include(FetchContent)
FetchContent_Declare(
raylib
DOWNLOAD_EXTRACT_TIMESTAMP ON
DOWNLOAD_EXTRACT_TIMESTAMP OFF
URL https://github.com/raysan5/raylib/archive/refs/tags/${RAYLIB_VERSION}.tar.gz
)
FetchContent_GetProperties(raylib)