From 676e98bb87831e44b28c1a8b17e5ff0d7f33da8a Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sun, 5 Feb 2023 21:46:10 -0500 Subject: [PATCH] COMP: Update glfw --- ext/glfw.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )