mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Help: CPack/NuGet avoid deprecated variables in the usage example
This commit is contained in:
@@ -385,9 +385,8 @@ Example usage
|
||||
set(CPACK_PACKAGE_NAME SamplePackage)
|
||||
set(CPACK_PACKAGE_VERSION "1.0.0")
|
||||
set(CPACK_PACKAGE_VENDOR "Example Inc")
|
||||
set(CPACK_NUGET_PACKAGE_OWNERS "Example Inc")
|
||||
set(CPACK_NUGET_PACKAGE_AUTHORS "ExampleInc")
|
||||
set(CPACK_PACKAGE_DESCRIPTION "A .NET wrapper around the foobar library for frobbling bratchens")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A .NET wrapper around the foobar library for frobbling bratchens")
|
||||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://www.example.com")
|
||||
set(CPACK_NUGET_PACKAGE_REPOSITORY_URL "https://github.com/example/libfoobar.git")
|
||||
set(CPACK_NUGET_PACKAGE_REPOSITORY_TYPE git)
|
||||
|
||||
Reference in New Issue
Block a user