Skip to content

Commit

Permalink
Update PyiglDependencies.cmake
Browse files Browse the repository at this point in the history
Bump libigl to commit after batch marching cubes overload is added.
  • Loading branch information
alecjacobson authored Oct 28, 2024
1 parent a5af442 commit cf8744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PyiglDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(FetchContent)
FetchContent_Declare(
libigl
GIT_REPOSITORY https://github.com/libigl/libigl.git
GIT_TAG v2.5.0
GIT_TAG f962e4a6b68afe978dc12a63702b7846a3e7a6ed
)
FetchContent_GetProperties(libigl)
FetchContent_MakeAvailable(libigl)
Expand Down

0 comments on commit cf8744c

Please sign in to comment.