mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
7e3d2f936d
Boost.System has been header-only since Boost 1.69 and its compiled stub library was removed in newer Boost, so listing system in the requested find_package components makes configuration fail on Boost 1.70 and up (for example Boost 1.90 errors with "Could not find boost_system"). Boost.System is still pulled in transitively by thread / iostreams where it is needed, so drop it from the explicit component list. Verified: with this change IfcOpenShell configures and builds IfcConvert cleanly against Homebrew Boost 1.90 and OpenCASCADE 7.9.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>