Merge topic 'vs-package-restore'

9aa7831f05 Presets: add resolve packages setting to build presets.
b2f8f0bb87 cmGlobalVisualStudio10Generator: Auto restore NuGet packages.
193b8fca52 cmBuildOptions: Split build arguments into separate object.
6a10103493 Help: Update preset schema description for version 3 entries.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6761
This commit is contained in:
Brad King
2022-01-24 16:46:15 +00:00
committed by Kitware Robot
61 changed files with 589 additions and 66 deletions

View File

@@ -0,0 +1,13 @@
vs-package-restore
------------------
* Targets with :prop_tgt:`VS_PACKAGE_REFERENCES` will now automatically attempt
to restore the package references from NuGet. The cache variable
:variable:`CMAKE_VS_NUGET_PACKAGE_RESTORE` was added to toggle automatic
package restore off.
* :manual:`cmake(1)` gained the ``--resolve-package-references=<on|off|only>``
command-line option to control automatic package restoration.
* :manual:`cmake-presets(7)` gained support for specifying the
``resolvePackageReferences`` command line option in a build preset.