[cmake] don't REQUIRE externals deps in root, add boost_headers #265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/aur"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
boost_headers is actually required for some distros apparently (notably
Arch, thanks username227 for spotting it), forces the bundled package
for it as well
AUR cpp-httplib also does not work with this for some reason, so in
order to support
CMAKE_DISABLE_FIND_PACKAGE_httplib
(required forArch if
cpp-httplib
is installed there), removes REQUIRED from theexternal propagation calls (wasn't needed anyway idk why I added it)
I really wish we had more Arch developers tbh
Signed-off-by: crueter crueter@eden-emu.dev