1
0
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:
Andreas Oetken
2024-04-15 15:32:44 +02:00
committed by Brad King
parent abd572de90
commit d4a46314ac
4 changed files with 31 additions and 11 deletions

View File

@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^