mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	|  b005b6097f 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. | ||
|---|---|---|
| .. | ||
| res | ||
| CMakeLists.txt | ||
| resource.h | ||
| stdafx.h | ||
| targetver.h | ||
| upgrade.cpp | ||
| upgrade.h | ||
| upgrade.rc | ||
| upgrade_wizard.exe.manifest | ||
| upgradeDlg.cpp | ||
| upgradeDlg.h | ||