From 055b9545138916ac252cb43dbf57313d15d61234 Mon Sep 17 00:00:00 2001 From: guillaume abel Date: Wed, 8 Nov 2023 15:43:08 +0100 Subject: [PATCH] BLUGA: Fix deps --- libs/B-luga-graphics/deps/raylib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/B-luga-graphics/deps/raylib/CMakeLists.txt b/libs/B-luga-graphics/deps/raylib/CMakeLists.txt index d750c32..27573b5 100644 --- a/libs/B-luga-graphics/deps/raylib/CMakeLists.txt +++ b/libs/B-luga-graphics/deps/raylib/CMakeLists.txt @@ -5,7 +5,7 @@ include(FetchContent) FetchContent_Declare( raylib CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release" - URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar" + URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar" DOWNLOAD_NO_PROGRESS FALSE DOWNLOAD_EXTRACT_TIMESTAMP TRUE )