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 465e33a commit ecea882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ 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
)
set(PROJECT_CUSTOM_HEADER_DIR)
set(PROJECT_CUSTOM_HEADER_EXTENSION)
set(BUILD_PYTHON_INTERFACE OFF)
set(BUILD_TESTING OFF)
FetchContent_MakeAvailable(ndcurves)
add_library(ndcurves::ndcurves ALIAS ndcurves)
install(TARGETS ndcurves EXPORT ${TARGETS_EXPORT_NAME})
Expand Down

0 comments on commit ecea882

Please sign in to comment.