From ef017db91a12ed945f90f0d76de4884b2eb2b4c8 Mon Sep 17 00:00:00 2001 From: Colton Staiduhar <29374798+arizotaz@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:07:33 -0400 Subject: [PATCH] Change stb Location --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85f4f00..340398a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ FetchContent_MakeAvailable(miniaudio) # Fetch the STB-Image Repository and install it FetchContent_Declare( stb_image - GIT_REPOSITORY https://github.com/arizotaz/cmake_stb_image.git + GIT_REPOSITORY https://git.staiduhar.com/arizotaz/stb_image-CMake.git GIT_TAG "master" GIT_SHALLOW TRUE GIT_PROGRESS ON