Open liupeiLu opened 6 years ago
I think I fixed the issue. Can you try again?
Yes, it works now, thanks!
libigl clones for me now, however I get a libigl not found
error when running cmake
. @liupeiLu do you have that issue as well? I had to use the old library when working on my code.
@simeonkr Yes, I got the same error: libigl not found --- You can download it using:
Cloning libigl repo in parent directory of this repo worked for me.
I think I fixed this, now. You should not have to clone/download libigl if you did git clone --recursive ...
Hi all,
Does anyone get the following error while using git clone?
"Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:libigl/libigl.git' into submodule path '/home/csc490/geometry-processing-deformation/shared/libigl' failed Failed to clone 'libigl' a second time, aborting Failed to recurse into submodule path 'shared' "
Thanks