summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fc0fca..65ed5da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,11 +98,11 @@ FetchContent_Declare(cglm
GIT_REPOSITORY https://github.com/recp/cglm.git
GIT_TAG v0.9.2
)
-FetchContent_Declare(stb_image
+FetchContent_Declare(stb
GIT_REPOSITORY https://github.com/nothings/stb.git
- GIT_TAG b7cf1246284b49dfe7f1288e6f739b7a3a9d966b
+ GIT_TAG master
)
-FetchContent_MakeAvailable(cglm stb_image)
+FetchContent_MakeAvailable(cglm stb)
## Glad
set(GLAD_HEADER ${CMAKE_BINARY_DIR}/include/glad/gl.h)