Skip to content

Commit

Permalink
dependencies.cmake : point to my fork of ndcurves
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Dec 18, 2024
1 parent bb5b5f5 commit 9fbf86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ function(get_ndcurves)
if(NOT ndcurves_FOUND)
FetchContent_Declare(
ndcurves
GIT_REPOSITORY "https://github.com/loco-3d/ndcurves"
GIT_REPOSITORY "https://github.com/ManifoldFR/ndcurves"
GIT_PROGRESS True
GIT_TAG devel
GIT_TAG topic/cmake-disable-tests
SYSTEM
EXCLUDE_FROM_ALL
)
Expand Down

0 comments on commit 9fbf86e

Please sign in to comment.