diff options
author | Brad King <brad.king@kitware.com> | 2024-04-03 15:45:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-03 15:45:14 (GMT) |
commit | a4774b0c10e9ce5354b9a7a721f8ff2952d1f247 (patch) | |
tree | 2d135d234b048b23f9b7319285de12675fc1e6c9 /Help | |
parent | 64956d9dce836f6b29ff2e081638aa3efa8491f2 (diff) | |
download | CMake-a4774b0c10e9ce5354b9a7a721f8ff2952d1f247.zip CMake-a4774b0c10e9ce5354b9a7a721f8ff2952d1f247.tar.gz CMake-a4774b0c10e9ce5354b9a7a721f8ff2952d1f247.tar.bz2 |
CMake 3.29.1v3.29.1
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.29.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Help/release/3.29.rst b/Help/release/3.29.rst index 0e6337d..36827cd 100644 --- a/Help/release/3.29.rst +++ b/Help/release/3.29.rst @@ -200,8 +200,14 @@ Other Changes 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) +Updates +======= - * The :variable:`CMAKE_LINKER_TYPE` variable and corresponding - :prop_tgt:`LINKER_TYPE` target property now work with compilers - for the ``Swift`` language. +Changes made since CMake 3.29.0 include the following. + +3.29.1 +------ + +* The :variable:`CMAKE_LINKER_TYPE` variable and corresponding + :prop_tgt:`LINKER_TYPE` target property now work with compilers + for the ``Swift`` language. |