summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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()