diff options
author | Brad King <brad.king@kitware.com> | 2024-10-15 17:12:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-10-15 17:30:04 (GMT) |
commit | 0e81c12483e0e9d1f33bbf7f734a773b85f4ecf1 (patch) | |
tree | 71f456d9f5b8f75ac83f2a31b6c22ba876b74b5c /Help | |
parent | 34215cc011fd21a3d5c291e1460e1c189955b834 (diff) | |
download | CMake-0e81c12483e0e9d1f33bbf7f734a773b85f4ecf1.zip CMake-0e81c12483e0e9d1f33bbf7f734a773b85f4ecf1.tar.gz CMake-0e81c12483e0e9d1f33bbf7f734a773b85f4ecf1.tar.bz2 |
Help: Add 3.29 release note for try_compile LINKER_LANGUAGE option
In commit 0f37000304 (try_{compile,run}: add LINKER_LANGUAGE option,
2023-10-12, v3.29.0-rc1~567^2) a release note was accidentally added in
the wrong directory and so was not included in the 3.29 release notes.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/try_compile-linker-language.rst | 6 | ||||
-rw-r--r-- | Help/release/3.29.rst | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Help/dev/try_compile-linker-language.rst b/Help/dev/try_compile-linker-language.rst deleted file mode 100644 index 8482dee..0000000 --- a/Help/dev/try_compile-linker-language.rst +++ /dev/null @@ -1,6 +0,0 @@ -try_compile-linker-language ---------------------------- - -* The :command:`try_compile` and :command:`try_run` commands gained a - ``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE` - target property in the generated test project. diff --git a/Help/release/3.29.rst b/Help/release/3.29.rst index e6717d9..7d08b54 100644 --- a/Help/release/3.29.rst +++ b/Help/release/3.29.rst @@ -64,6 +64,10 @@ Commands * The :command:`if` command gained new tests ``IS_READABLE``, ``IS_WRITABLE`` and ``IS_EXECUTABLE`` to check file or directory permissions. +* The :command:`try_compile` and :command:`try_run` commands gained a + ``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE` + target property in the generated test project. + Variables --------- |