Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
4.1.1
-
None
Description
This:
Controller.prototype.LicenseAgreementPageCallback = function()
{ var widget = gui.currentPageWidget(); widget.AcceptLicenseRadioButton.checked = true; gui.clickButton(buttons.NextButton); }worked in 3.2.3, but not 4.1.1. Because CMake has been selected, its license must now also be accepted. Where is the documentation on how multiple licenses can be selected? Adding --accept-licenses to the command-line does nothing.