mariadb/win/packaging/ca
Vladislav Vaintroub b005b6097f Cleanup CMake code (Windows-specific)
Prepare for a more modern CMake version than the current minimum.

- Use CMAKE_MSVC_RUNTIME_LIBRARY instead of the custom MSVC_CRT_TYPE.
- Replace CMAKE_{C,CXX}_FLAGS modifications with
  add_compile_definitions/options and add_link_options.
  The older method already broke with new pcre2.
- Fix clang-cl compilation and ASAN build.
- Avoid modifying CMAKE_C_STANDARD_LIBRARIES/CMAKE_CXX_STANDARD_LIBRARIES,
  as this is discouraged by CMake.
- Reduce system checks.
2025-04-04 08:58:40 +02:00
..
CMakeLists.txt Cleanup CMake code (Windows-specific) 2025-04-04 08:58:40 +02:00
CustomAction.cpp MDEV-30374 Windows, MSI - do not cache error, if install directory changes. 2023-01-12 15:14:37 +01:00
CustomAction.def MDEV-27546 MSI should fail if INSTALLDIR is a non-empty existing directory 2022-01-31 20:10:08 +01:00
CustomAction.rc MWL#55 : implement MSI installer 2011-01-29 19:06:50 +01:00