diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-24 22:40:51 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-24 22:40:51 +0500 |
| commit | db25e6e7f258902850871af2d281ffbdce2fc76c (patch) | |
| tree | 670ba677d2379ebf46b15a52501e258570b9016f | |
| parent | 3fa74d5844e441f0cccf711791066efaab054b63 (diff) | |
upd: raylib url
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
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() |
