diff options
author | Evan Wilde <etceterawilde@gmail.com> | 2024-03-22 16:24:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-02 14:42:12 (GMT) |
commit | 3fb4092826319730d529563820eefdaa3449a276 (patch) | |
tree | 55bf5b2febad4bafcc580b839fcd305ca5171583 /Help/release | |
parent | 659bc156eff0a90c2ea3fdb3d866e07f8c0e436b (diff) | |
download | CMake-3fb4092826319730d529563820eefdaa3449a276.zip CMake-3fb4092826319730d529563820eefdaa3449a276.tar.gz CMake-3fb4092826319730d529563820eefdaa3449a276.tar.bz2 |
Swift: Add CMAKE_LINKER_TYPE support
Extend commit 96a953b1ed (Add options to specify linker tool, 2023-09-27,
v3.29.0-rc1~577^2) with the `CMAKE_Swift_USING_LINKER_*` variables
needed to support `CMAKE_LINKER_TYPE` for Swift.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.29.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.29.rst b/Help/release/3.29.rst index f6d829d..0e6337d 100644 --- a/Help/release/3.29.rst +++ b/Help/release/3.29.rst @@ -199,3 +199,9 @@ Other Changes ``perMachine`` value. Previously, without a custom WiX template, it produced installers that would only create start menu and uninstall entries for the current user, even though they install for all users. + +.. 3.29.1 (unreleased) + + * The :variable:`CMAKE_LINKER_TYPE` variable and corresponding + :prop_tgt:`LINKER_TYPE` target property now work with compilers + for the ``Swift`` language. |