Browse Source

Bumps the triangle version (#1813)

* bump triangle commit hash

* bump again for cmake out of sync
Alec Jacobson 4 years ago
parent
commit
61de7603d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -157,7 +157,7 @@ endfunction()
 function(igl_download_triangle)
 	igl_download_project(triangle
 		GIT_REPOSITORY https://github.com/libigl/triangle.git
-		GIT_TAG        4df461c0083e0d768fe42ab41a617070b5acc5ef
+		GIT_TAG        3ee6cac2230f0fe1413879574f741c7b6da11221
 	)
 endfunction()