wildmeshing / fTetWild

Fast Tetrahedral Meshing in the Wild
https://yixin-hu.github.io/ftetwild.pdf
Mozilla Public License 2.0
425 stars 83 forks source link

Cmake fix : tetwild download external #77

Open cdaversin opened 2 weeks ago

cdaversin commented 2 weeks ago

Hi :) I had some issues regarding installation, which I was able to fix so I thought it could be useful : When using ExternalProject_Add() in CMake, URL option doesn't allow https (only http), but GIT_REPOSITORY does (see : https://stackoverflow.com/questions/29816529/unsupported-protocol-while-download-tar-gz-package)