Browse Source

bump tetgen commit hash (#1815)

* bump tetgen commit hash

* bump to merged tetgen hash
Alec Jacobson 4 years ago
parent
commit
46b9ab8fdb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmake/LibiglDownloadExternal.cmake

+ 2 - 2
cmake/LibiglDownloadExternal.cmake

@@ -140,8 +140,8 @@ endfunction()
 ## TetGen
 ## TetGen
 function(igl_download_tetgen)
 function(igl_download_tetgen)
 	igl_download_project(tetgen
 	igl_download_project(tetgen
-		GIT_REPOSITORY https://github.com/jdumas/tetgen.git
-		GIT_TAG        c63e7a6434652b8a2065c835bd9d6d298db1a0bc
+		GIT_REPOSITORY https://github.com/libigl/tetgen.git
+		GIT_TAG        4f3bfba3997f20aa1f96cfaff604313a8c2c85b6
 	)
 	)
 endfunction()
 endfunction()