CMake Warning (dev) at /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
Call Stack (most recent call first):
/usr/local/lib/cmake/mvfst/mvfst-config.cmake:47 (find_dependency)
CMakeLists.txt:116 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost: /usr/local/include (found version "1.87.0") found components: iostreams system thread filesystem regex context chrono atomic
-- Found mvfst: /usr/local
CMake Error at thrift/shared/CMakeLists.txt:24 (target_link_libraries):
Cannot specify link libraries for target "compiler_base" which is not built
by this project.
-- Configuring incomplete, errors occurred!