浏览代码

Bump GLFW due to an error on macOS with CMake 3.19.0 (#1657)

Nico 5 年之前
父节点
当前提交
efee81b7db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -94,7 +94,7 @@ endfunction()
 function(igl_download_glfw)
 	igl_download_project(glfw
 		GIT_REPOSITORY https://github.com/glfw/glfw.git
-		GIT_TAG        3.3
+		GIT_TAG        3327050ca66ad34426a82c217c2d60ced61526b7
 		${LIBIGL_BRANCH_OPTIONS}
 	)
 endfunction()