microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22k stars 6.12k forks source link

[boost-container] Add dependency #38690

Closed jimwang118 closed 3 weeks ago

jimwang118 commented 1 month ago

Fixes https://github.com/microsoft/vcpkg/issues/38679

Could not find a package configuration file provided by
  "boost_static_assert" (requested version 1.85.0) with any of the following
  names:

    boost_static_assertConfig.cmake
    boost_static_assert-config.cmake

Add missing dependencies.

Usage test pass with following triplets:

x64-windows
Osyotr commented 1 month ago

You need to change scripts/boost/generate-ports.ps1 too. Probably need to switch from "scan headers" to "scan CMakeLists.txt".

dg0yt commented 3 weeks ago

Why is this still unfinished... Just duplicated in #38806, but with scripts/boost/generate-ports.ps1.

jimwang118 commented 3 weeks ago

Duplicate of https://github.com/microsoft/vcpkg/pull/38806.