mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add a `CMAKE_Swift_COMPILATION_MODE` variable and corresponding `Swift_COMPILATION_MODE` target property to control the compilation mode. Select among `wholemodule`, `singlefile`, and `incremental`. Add policy CMP0157 to remove the default `-wmo` flags in favor of the abstract setting. Issue: #25366
5 lines
98 B
CMake
5 lines
98 B
CMake
cmake_minimum_required(VERSION 3.28)
|
|
|
|
cmake_policy(SET CMP0157 NEW)
|
|
include(CMP0157-common.cmake)
|