diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:15:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:15:00 +0000 |
commit | a2a2e32c02643a0cec111511220227703fda1cd5 (patch) | |
tree | 69cc2b631234c2a8e026b9cd4d72676c61c594df /win/packaging/ComponentsIgnore.cmake | |
parent | Releasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff) | |
download | mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip |
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | win/packaging/ComponentsIgnore.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/packaging/ComponentsIgnore.cmake b/win/packaging/ComponentsIgnore.cmake new file mode 100644 index 00000000..729c7f74 --- /dev/null +++ b/win/packaging/ComponentsIgnore.cmake @@ -0,0 +1,2 @@ +# Components ignored in both ZIP and WIX generators +set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded) |