Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
fix(tetgen): use debian mirrors as download link.
Browse files Browse the repository at this point in the history
The official URL we used before randomly fails.
See fw4spl-org/fw4spl#8.
  • Loading branch information
fbridault committed Mar 21, 2017
1 parent 1c04deb commit ce19671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(ExternalProject)
set(TETGEN_CMAKE_ARGS ${COMMON_CMAKE_ARGS})
set(TETGEN_PATCH_DIR ${CMAKE_CURRENT_SOURCE_DIR}/patch)

set(CACHED_URL http://www.tetgen.org/1.5/src/tetgen1.5.0.tar.gz)
set(CACHED_URL http://http.debian.net/debian/pool/main/t/tetgen/tetgen_1.5.0.orig.tar.gz)

set(TETGEN_PATCH_CMD ${PATCH_EXECUTABLE} -p1 -i ${TETGEN_PATCH_DIR}/CMakeLists.txt.diff -d <SOURCE_DIR>)

Expand Down

0 comments on commit ce19671

Please sign in to comment.