From 02621e66d0cf9ddff7c62318cb8ff1f441a92d37 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Wed, 3 Aug 2022 21:16:09 +0400 Subject: 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. --- Help/cpack_gen/nuget.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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__PACKAGE_ICON -- cgit v0.12