mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
5fc19e7137
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.
2 lines
123 B
CMake
2 lines
123 B
CMake
# Components ignored in both ZIP and WIX generators
|
|
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded)
|