mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This allows particular frameworks to be targeted by particular dependencies, and for empty dependency groups to satisfy NuGet's framework-matching requirements.
8 lines
305 B
ReStructuredText
8 lines
305 B
ReStructuredText
cpack-nuget-dependency-groups
|
|
-----------------------------
|
|
|
|
* The :cpack_gen:`CPack NuGet Generator` can now generate dependency groups
|
|
for framework-specific dependencies. The :variable:`CPACK_NUGET_PACKAGE_TFMS`
|
|
was added to specify a list of framework TFMs for which groups should be
|
|
generated.
|