Browse Source

Update LibiglDownloadExternal.cmake

Jérémie Dumas 6 năm trước cách đây
mục cha
commit
a1395f916a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -77,7 +77,7 @@ endfunction()
 function(igl_download_glfw)
 	igl_download_project(glfw
 		GIT_REPOSITORY https://github.com/glfw/glfw.git
-		GIT_TAG        5afcd0981bf2fe9b9550f24ba298857aac6c35c2
+		GIT_TAG        53c8c72c676ca97c10aedfe3d0eb4271c5b23dba
 	)
 endfunction()