[cmake] Unbreak FreeBSD building process again. #483
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unbreak-FreeBSD-build"
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 are causing building issues on FreeBSD.
@ -468,3 +468,3 @@
find_package(ZLIB 1.2 REQUIRED)
find_package(zstd 1.5 REQUIRED MODULE)
find_package(Boost 1.79.0 REQUIRED headers context system fiber)
find_package(Boost 1.88.0 REQUIRED context system fiber)
use 1.57.0
Pull request closed