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 671b0d2 commit b6c45eaCopy full SHA for b6c45ea
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