From db25e6e7f258902850871af2d281ffbdce2fc76c Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 24 Jan 2025 22:40:51 +0500 Subject: upd: raylib url --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index be2f5b8..e5a9d3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,7 @@ if (NOT raylib_FOUND) include(FetchContent) FetchContent_Declare( raylib - GIT_REPOSITORY https://github.com/raysan5/raylib.git - GIT_TAG 5.0 - GIT_SHALLOW 1 + URL https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz ) FetchContent_MakeAvailable(raylib) endif() -- cgit v1.2.3