Skip to content

Commit b6c45ea

Browse files
committed
dependencies.cmake : point to my fork of ndcurves
1 parent 671b0d2 commit b6c45ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ function(get_ndcurves)
99
if(NOT ndcurves_FOUND)
1010
FetchContent_Declare(
1111
ndcurves
12-
GIT_REPOSITORY "https://github.com/loco-3d/ndcurves"
12+
GIT_REPOSITORY "https://github.com/ManifoldFR/ndcurves"
1313
GIT_PROGRESS True
14-
GIT_TAG devel
14+
GIT_TAG topic/cmake-disable-tests
1515
SYSTEM
1616
EXCLUDE_FROM_ALL
1717
)

0 commit comments

Comments
 (0)