Skip to content

Commit 02c4ffa

Browse files
Merge pull request #1074 from Geode-solutions/Earcut
fix(EARCUT): update dependency
2 parents 6e7f903 + 45f62ea commit 02c4ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ConfigureEarcut.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ExternalProject_Add(earcut
2626
BINARY_DIR ${EARCUT_PATH}/build
2727
STAMP_DIR ${EARCUT_PATH}/stamp
2828
GIT_REPOSITORY https://github.com/mapbox/earcut.hpp
29-
GIT_TAG a30c14b5676adabe4714ff4173dae8a5d568ab59
29+
GIT_TAG 7fa7aa30183849e988ae79ab2eef19f9ae97acf4
3030
GIT_SHALLOW ON
3131
GIT_PROGRESS ON
3232
CMAKE_GENERATOR ${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)