mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
b997726564
Linux "basic dependencies" omitted libeigen3-dev even though ifcgeom requires Eigen3 (find_package Eigen3 REQUIRED) and the cmake snippet already passes -DEIGEN_DIR=/usr/include/eigen3. macOS Homebrew line already installs eigen. Closes #6903 Generated with the assistance of an AI coding tool.