mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
c80190c6ab
Inno Setup implicitly creates three installation types if none is specified in the script. This causes some component features (e.g. `REQUIRED`) to lose their functionality. Teach the generator to always specify a "custom" installation type when using components. Fixes: #25083