Files
OrcaSlicer-KX/deps_src
thysson2701 0f1e69110f fix(build): resolve Eigen3::Eigen via CMAKE_PREFIX_PATH fallback
find_package(Eigen3 CONFIG) may not work in static builds where
find_package is skipped globally. As fallback, manually create the
Eigen3::Eigen IMPORTED target pointing to the eigen3 headers installed
by deps/ (under CMAKE_PREFIX_PATH/include/eigen3). This ensures libigl
and admesh always get a modern Eigen (5.x) with Eigen::all support.
2026-07-21 14:33:28 +02:00
..
2025-09-26 17:16:20 +08:00
2025-08-22 20:02:26 +08:00
2025-08-22 20:02:26 +08:00
2026-05-21 06:03:40 +01:00