scylladb / seastar

High performance server-side application framework
http://seastar.io
Apache License 2.0
8.39k stars 1.55k forks source link

build: allow CMake to find Boost using package config #2537

Open tchaikov opened 1 week ago

tchaikov commented 1 week ago

Remove the "MODULE" parameter from find_package(Boost) call to allow using Boost's provided BoostConfig.cmake instead of CMake's FindBoost module. This aligns with CMake 3.30's policy CMP0167 which deprecates FindBoost.cmake.

Background:

This change:

Refs bf684aca02

tchaikov commented 6 days ago

@scylladb/seastar-maint hello maintainers, could you help review this change?

tchaikov commented 21 hours ago

@scylladb/seastar-maint hello maintainers, could you help review this change?