microsoft / vcpkg

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

Why do the package installation options not include all of the MSVC2022 CMakeSettings?. #27531

Closed sildeag closed 1 year ago

sildeag commented 2 years ago

eg. x64-Clang-Debug, x64-Clang-Release, x64-Debug, x64-Release, Mingw64-Release, Mingw64-Debug, .. Are these all covered by x64-Windows?

Cheney-W commented 2 years ago

They are not covered by x64-windows. x64-windows is just one of the official triplet we provide, and the config,platform you mentioned we do not actively provide, but can be used by users as community triplets and independent.

If you need some custom triplet, you can refer to the example from here: https://github.com/microsoft/vcpkg/tree/master/triplets/community

Cheney-W commented 1 year ago

We hope your question was answered to your satisfaction; if it wasn't, you can reopen with more info.