mariadb/win/packaging/ComponentsIgnore.cmake
Vladislav Vaintroub 5fc19e7137 MDEV-32252 addendum - refactor CPackWixConfig.cmake
Refactor CPackWixConfig.cmake so that it complains about unknown CPack
components.

This would prevent missing components,or discrepancy between MSI and ZIP
content, whenever new components are added or renamed.

Also, remove some old stuff, and use macros add_component_group() and
add_component() to reduce the verbosity.
2023-10-04 09:30:01 +02:00

2 lines
123 B
CMake

# Components ignored in both ZIP and WIX generators
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded)