diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-03 17:16:09 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-03 23:48:15 (GMT) |
commit | 02621e66d0cf9ddff7c62318cb8ff1f441a92d37 (patch) | |
tree | 190507af22e6c0d7f68ba37f22d041d98ea16bf0 | |
parent | 57fb264085f7ed9349350cafb45b91bc924a7022 (diff) | |
download | CMake-02621e66d0cf9ddff7c62318cb8ff1f441a92d37.zip CMake-02621e66d0cf9ddff7c62318cb8ff1f441a92d37.tar.gz CMake-02621e66d0cf9ddff7c62318cb8ff1f441a92d37.tar.bz2 |
Help: Add CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE docs
This variable has existed since the initial NuGet support was
added but has not been documented.
-rw-r--r-- | Help/cpack_gen/nuget.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/cpack_gen/nuget.rst b/Help/cpack_gen/nuget.rst index c980dd6..3bc73aa 100644 --- a/Help/cpack_gen/nuget.rst +++ b/Help/cpack_gen/nuget.rst @@ -162,6 +162,14 @@ List of CPack NuGet generator specific variables: * Mandatory : NO * Default : - +.. variable:: CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE + + When set to a true value, the user will be prompted to accept the license + before installing the package. + + * Mandatory : NO + * Default : - + .. variable:: CPACK_NUGET_PACKAGE_ICON CPACK_NUGET_<compName>_PACKAGE_ICON |