diff --git a/ext/glfw.cmake b/ext/glfw.cmake index ae43330..a463ffc 100644 --- a/ext/glfw.cmake +++ b/ext/glfw.cmake @@ -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 )