Fixing the raylib version to a commit

This commit is contained in:
Zoe Roux
2021-06-19 14:19:02 +02:00
parent 309f2e5e70
commit 24d522d828
+1 -1
View File
@@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.11)
if (NOT raylib_FOUND)
INCLUDE(FetchContent)
FetchContent_Declare(raylib URL https://github.com/raysan5/raylib/archive/master.tar.gz)
FetchContent_Declare(raylib URL https://github.com/raysan5/raylib/archive/1dd9fbae94cde2238e25df80958ea6edae6d5103.tar.gz)
FetchContent_GetProperties(raylib)
if (NOT raylib_POPULATED)
SET(FETCHCONTENT_QUIET NO)