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
There are numerous issues with the newer version 2.4.0 merged in #26942, most introduced by upstream regressions. While it seemingly "compiles", v2.4.0 is botched. Upstream has been notified libigl/libigl#2186
There are numerous issues with the newer version 2.4.0 merged in #26942, most introduced by upstream regressions. While it seemingly "compiles", v2.4.0 is botched. Upstream has been notified libigl/libigl#2186
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libigl
A. Library when using vcpkg with static linkage
Detailed here #30617
B. CMake config files are broken
include(${CMAKE_CURRENT_LIST_DIR}/LibiglConfigTargets.cmake)
C. Features have no effects
Upstream repository does not install the targets containing the options, only the core target, see https://github.com/search?q=repo%3Alibigl%2Flibigl%20igl_install&type=code. Moreover, installing does not include copyleft targets https://github.com/libigl/libigl/blob/a05865e2650f22057fcdc0b77c40d2458922f5d8/CMakeLists.txt#L150. So libigl[cgal] has no effects.
The text was updated successfully, but these errors were encountered: