-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing libigl cmake finder in data_preprocessing #1
Comments
Hi, I'm not familiar with cpp. I've cloned libigl in the data_processing folder and as well as cmake it. However when compile data preprocessing I encounter this: CMake Error at CMakeLists.txt:15 (add_executable): |
Did you "make" & "make install" libigl?
|
Yes. Could you please provide all the command lines for this step? I'll really appreciate it. |
I have tried the following steps, and it works well.
|
Thank you for providing the code to your paper.
I noticed that a note in the README is missing that tells the user to clone libigl into
data_preprocessing
(as in the libigl example project). Furthermore, the cmake finder is missing indata_preprocessing
.This would make it even easier for other researchers to use your code on other datasets.
The text was updated successfully, but these errors were encountered: