We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09cb5a commit 6d426f7Copy full SHA for 6d426f7
dependencies.cmake
@@ -9,9 +9,9 @@ function(get_ndcurves)
9
if(NOT ndcurves_FOUND)
10
FetchContent_Declare(
11
ndcurves
12
- GIT_REPOSITORY "https://github.com/loco-3d/ndcurves"
+ GIT_REPOSITORY "https://github.com/ManifoldFR/ndcurves"
13
GIT_PROGRESS True
14
- GIT_TAG devel
+ GIT_TAG topic/cmake-disable-tests
15
SYSTEM
16
EXCLUDE_FROM_ALL
17
)
0 commit comments