Skip to content

Commit

Permalink
BLUGA: Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeAbel committed Nov 8, 2023
1 parent 78f241b commit 055b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/B-luga-graphics/deps/raylib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 055b954

Please sign in to comment.