Skip to content

Commit 908ee60

Browse files
authored
Merge pull request #1189 from Geode-solutions/fix/earcut-tag-commit
fix(EarCut): change commit for tag ref
2 parents 5d50aad + d624f53 commit 908ee60

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 7fa7aa30183849e988ae79ab2eef19f9ae97acf4
29+
GIT_TAG f36ced7e50254738c4e5af1a239f5fb7b1094007
3030
GIT_SHALLOW ON
3131
GIT_PROGRESS ON
3232
CMAKE_GENERATOR ${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)