Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FetchContent_Declare(glfw SYSTEM
# Mathematics library for computer graphics
FetchContent_Declare(glm SYSTEM
GIT_REPOSITORY https://github.com/g-truc/glm.git
GIT_TAG 1.0.1
GIT_TAG 1.0.3
GIT_SHALLOW ON
GIT_PROGRESS ON
)
Expand Down
Loading