Skip to content

Commit ecea882

Browse files
committed
dependencies.cmake : point to my fork of ndcurves
1 parent 465e33a commit ecea882

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dependencies.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ 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
)
1818
set(PROJECT_CUSTOM_HEADER_DIR)
1919
set(PROJECT_CUSTOM_HEADER_EXTENSION)
2020
set(BUILD_PYTHON_INTERFACE OFF)
21+
set(BUILD_TESTING OFF)
2122
FetchContent_MakeAvailable(ndcurves)
2223
add_library(ndcurves::ndcurves ALIAS ndcurves)
2324
install(TARGETS ndcurves EXPORT ${TARGETS_EXPORT_NAME})

0 commit comments

Comments
 (0)