Skip to content

Commit d624f53

Browse files
committed
test
1 parent d0b6d75 commit d624f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ConfigureEarcut.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ExternalProject_Add(earcut
2525
SOURCE_DIR ${EARCUT_PATH}/src
2626
BINARY_DIR ${EARCUT_PATH}/build
2727
STAMP_DIR ${EARCUT_PATH}/stamp
28-
GIT_REPOSITORY https://github.com/mapbox/earcut
29-
GIT_TAG v3.0.2
28+
GIT_REPOSITORY https://github.com/mapbox/earcut.hpp
29+
GIT_TAG f36ced7e50254738c4e5af1a239f5fb7b1094007
3030
GIT_SHALLOW ON
3131
GIT_PROGRESS ON
3232
CMAKE_GENERATOR ${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)