mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
@@ -15,6 +15,7 @@
|
||||
@_CPACK_NUGET_LICENSE_TAG@
|
||||
@_CPACK_NUGET_ICONURL_TAG@
|
||||
@_CPACK_NUGET_ICON_TAG@
|
||||
@_CPACK_NUGET_README_TAG@
|
||||
@_CPACK_NUGET_REQUIRELICENSEACCEPTANCE_TAG@
|
||||
@_CPACK_NUGET_SUMMARY_TAG@
|
||||
@_CPACK_NUGET_RELEASENOTES_TAG@
|
||||
|
||||
@@ -294,6 +294,9 @@ function(_cpack_nuget_render_spec)
|
||||
# attributes: "type", "url", "branch", and "commit". While all fields are
|
||||
# considered optional, they are not independent. Currently unsupported.
|
||||
|
||||
# NuGet >= 5.10
|
||||
_cpack_nuget_variable_fallback_and_wrap_into_element(readme README)
|
||||
|
||||
# Handle dependencies
|
||||
_cpack_nuget_variable_fallback(_deps DEPENDENCIES)
|
||||
set(_collected_deps)
|
||||
|
||||
Reference in New Issue
Block a user