COMP: Update glfw

This commit is contained in:
David Allemang
2023-02-05 21:46:10 -05:00
parent eb45754aa7
commit 676e98bb87

View File

@@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
glfw
GIT_REPOSITORY https://github.com/glfw/glfw.git
GIT_TAG 3.3.6
GIT_TAG 3.3.8
GIT_PROGRESS TRUE
)