summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2024-06-17 14:14:22 (GMT)
committerBrad King <brad.king@kitware.com>2024-06-17 15:57:18 (GMT)
commitdbdca565550a8ebab9693cd6db96894c5fe89b55 (patch)
treefecedb72256ba312835c04d7711b2fbad7027de9 /Help
parentd06a39dd59930f28c02e268186d2047233b9cf87 (diff)
downloadCMake-dbdca565550a8ebab9693cd6db96894c5fe89b55.zip
CMake-dbdca565550a8ebab9693cd6db96894c5fe89b55.tar.gz
CMake-dbdca565550a8ebab9693cd6db96894c5fe89b55.tar.bz2
Help: CPack/NuGet avoid deprecated variables in the usage example
Diffstat (limited to 'Help')
-rw-r--r--Help/cpack_gen/nuget.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Help/cpack_gen/nuget.rst b/Help/cpack_gen/nuget.rst
index 8b66ec1..d97f0c0 100644
--- a/Help/cpack_gen/nuget.rst
+++ b/Help/cpack_gen/nuget.rst
@@ -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)