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 fbe8683 commit 8653f78Copy full SHA for 8653f78
dependencies.cmake
@@ -9,15 +9,16 @@ 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
)
18
set(PROJECT_CUSTOM_HEADER_DIR)
19
set(PROJECT_CUSTOM_HEADER_EXTENSION)
20
set(BUILD_PYTHON_INTERFACE OFF)
21
+ set(BUILD_TESTING OFF)
22
FetchContent_MakeAvailable(ndcurves)
23
install(TARGETS ndcurves EXPORT ${TARGETS_EXPORT_NAME})
24
endif()
0 commit comments