mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
'Boost::regex' could not be found unless regex is specified explicitly on some systems. cf. https://github.com/AOSC-Dev/aosc-os-abbs/pull/9798 cc. @chenx97 ### Problem description > Target "libimhex" links to: Boost::regex but the target was not found. when building ImHex with system Boost. ### Implementation description Add `COMPONENETS regex` to require regex library explicitly. Signed-off-by: xtex <xtex@aosc.io> Co-authored-by: Henry Chen <chenx97@aosc.io>