You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
There is nothing to fix, you just need to setup your CMake project correctly (enable LIBIGL_WITH_TRIANGLE, and link against the CMake target igl::triangle).
#6
Open
jseamon2 opened this issue
Jan 23, 2023
· 3 comments
There is nothing to fix, you just need to setup your CMake project correctly (enable `LIBIGL_WITH_TRIANGLE`, and link against the CMake target `igl::triangle`).
Thank you for the reply! I tried implementing both options you suggested with the CMakeLists from the example, but I keep getting the same build error. That build error says "Build step for triangle failed". Any suggestions on what I am doing wrong?
Originally posted by @jdumas in libigl/libigl#1635 (comment)
I'm fairly new to CMake. Where would I go to enable 'LIBIGL_WITH_TRIANGLE'? Is that just in one of the CMake files?
The text was updated successfully, but these errors were encountered: