From 7d757e0b3ec75392361801f444980d77b98445c7 Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Tue, 26 Nov 2024 22:50:46 -0500 Subject: [PATCH] bump libigl (cgal;boost) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68a9129..7e7399b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ option(LIBIGL_RESTRICTED_TRIANGLE "Build target igl_restricted::triangle" ON) FetchContent_Declare( libigl GIT_REPOSITORY https://github.com/libigl/libigl.git - GIT_TAG 753f4d3c88ddc9280696852d4740e58a815e365d + GIT_TAG 1f75bc3b617f1966d7c1d8c586463c2a5f11554b ) FetchContent_MakeAvailable(libigl)