mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
CPack: Enable Inno Setup generator on non-Windows hosts
Innosetup tools can be run on Linux using Wine, thus there is no reason to block this in CMake.
This commit is contained in:

committed by
Brad King

parent
abd572de90
commit
d4a46314ac
@@ -12,7 +12,11 @@ The generator provides a lot of options like components. Unfortunately, not
|
||||
all features (e.g. component dependencies) are currently supported by
|
||||
Inno Setup and they're ignored by the generator for now.
|
||||
|
||||
CPack requires Inno Setup 6 or greater and only works on Windows.
|
||||
CPack requires Inno Setup 6 or greater.
|
||||
|
||||
.. versionadded:: 3.30
|
||||
The generator is now available on non-Windows hosts,
|
||||
but requires Wine to run the Inno Setup tools.
|
||||
|
||||
Variables specific to CPack Inno Setup generator
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user