Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
depends: bump boost to 1.87.0 and use new CMake buildsystem
This has a few advantages over the old method of simply copying headers: - Installs proper cmake files which can be picked up by our buildsystem - Only installs necessary headers, not all of boost The only drawback is that it builds a few libs that we end up throwing away. date_time and test can both be optionally used header-only (which we do), but boost's CMake buildsystem doesn't expose an option to skip building them.
- Loading branch information