We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a2de commit f2ec838Copy full SHA for f2ec838
examples/CMakeLists.txt
@@ -15,7 +15,7 @@ if (NOT raylib_FOUND)
15
FetchContent_Declare(
16
raylib
17
GIT_REPOSITORY https://github.com/raysan5/raylib.git
18
- GIT_TAG 785ec74
+ GIT_TAG 9b3d019
19
GIT_SHALLOW 1
20
)
21
FetchContent_GetProperties(raylib)
projects/CMake/CMakeLists.txt
@@ -8,7 +8,7 @@ if (NOT raylib_FOUND)
8
9
10
11
- GIT_TAG 5.0
12
13
14
FetchContent_MakeAvailable(raylib)
0 commit comments