Browse Source

Update CoMiSo dependency.

Jérémie Dumas 6 years ago
parent
commit
47143c1f30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -35,7 +35,7 @@ endfunction()
 function(igl_download_comiso)
 	igl_download_project(CoMISo
 		GIT_REPOSITORY https://github.com/libigl/CoMISo.git
-		GIT_TAG        fea3ee0ba7d42ee3eca202d484e4fad855e4d6aa
+		GIT_TAG        1f9618cf9b7bd77370d817976470d59091928606
 	)
 endfunction()