Open kou opened 2 months ago
https://github.com/microsoft/vcpkg/releases/tag/2024.05.24 or later has boost-cmake.
Background: It seems that CMake deprecates FindBoost.cmake. So we want to switch to BoostConfig.cmake completely. See also: https://cmake.org/cmake/help/latest/policy/CMP0167.html
FindBoost.cmake
BoostConfig.cmake
C++
boost-cmake
Describe the enhancement requested
https://github.com/microsoft/vcpkg/releases/tag/2024.05.24 or later has boost-cmake.
Background: It seems that CMake deprecates
FindBoost.cmake
. So we want to switch toBoostConfig.cmake
completely. See also: https://cmake.org/cmake/help/latest/policy/CMP0167.htmlComponent(s)
C++