Skip to content

CPack/NSIS: Update template to support command line args

/help will list all components with a flag and exits:

0 - not selected for install
1 - selected for install

The component names can be used as cmd line arg:

/component_name 0 - disable component for install
/component_name 1 - enable component for install
Edited by Brad King

Merge request reports