diff --git a/examples/introducing-clay-video-demo/CMakeLists.txt b/examples/introducing-clay-video-demo/CMakeLists.txt index 48c5983..37a7e98 100644 --- a/examples/introducing-clay-video-demo/CMakeLists.txt +++ b/examples/introducing-clay-video-demo/CMakeLists.txt @@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g FetchContent_Declare( raylib GIT_REPOSITORY "https://github.com/raysan5/raylib.git" - GIT_TAG "master" + GIT_TAG "5.5" GIT_PROGRESS TRUE GIT_SHALLOW TRUE ) diff --git a/examples/raylib-multi-context/CMakeLists.txt b/examples/raylib-multi-context/CMakeLists.txt index 24853b5..9b48e93 100644 --- a/examples/raylib-multi-context/CMakeLists.txt +++ b/examples/raylib-multi-context/CMakeLists.txt @@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g FetchContent_Declare( raylib GIT_REPOSITORY "https://github.com/raysan5/raylib.git" - GIT_TAG "master" + GIT_TAG "5.5" GIT_PROGRESS TRUE GIT_SHALLOW TRUE ) diff --git a/examples/raylib-sidebar-scrolling-container/CMakeLists.txt b/examples/raylib-sidebar-scrolling-container/CMakeLists.txt index a8072f6..e3e97ea 100644 --- a/examples/raylib-sidebar-scrolling-container/CMakeLists.txt +++ b/examples/raylib-sidebar-scrolling-container/CMakeLists.txt @@ -11,7 +11,7 @@ set(BUILD_GAMES OFF CACHE BOOL "" FORCE) # don't build the supplied example g FetchContent_Declare( raylib GIT_REPOSITORY "https://github.com/raysan5/raylib.git" - GIT_TAG "master" + GIT_TAG "5.5" GIT_PROGRESS TRUE GIT_SHALLOW TRUE )