Help: Docs for resolvePackageReferences lack context
In the release notes for 3.23.0-rc1, we mention:
cmake-presets(7) gained support for specifying the
resolvePackageReferences
command line option in a build preset.
There's no context for what sort of packages this refers to, so you have to go look up the corresponding command line option or preset docs. If you first look up the latter, in the cmake-presets(7) manual, the docs for resolvePackageReferences don't mention what "package" means until very late. It is only the very last paragraph of that section (inside a NOTE: callout) that it mentions NuGet packages. This is a pretty specialised option, and "packages" in CMake usually refers to things related to find_package()
. The docs here for this new option are inconsistent with that and should be updated to make clear that they refer to a different and unrelated kind of package.