Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mex/cmake/libigl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ include(FetchContent)
FetchContent_Declare(
libigl
GIT_REPOSITORY https://github.com/libigl/libigl.git
GIT_TAG 667101084ac342f1f700299349452143069cbb4a
GIT_TAG 89267b4a80b1904de3f6f2812a2053e5e9332b7e
)
FetchContent_MakeAvailable(libigl)