diff options
author | Brad King <brad.king@kitware.com> | 2018-12-06 14:03:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-06 14:03:58 (GMT) |
commit | d0e371f516085a8d744eaf3b24902c35a910528a (patch) | |
tree | 65af2c2699a240c3873a17f36bfc726c0811bad0 /Help/release | |
parent | 0464298956a204578aa8421ca0b84c089a97e0aa (diff) | |
parent | f266182aecb687f0c20c7fa7019ad0dde3222f46 (diff) | |
download | CMake-d0e371f516085a8d744eaf3b24902c35a910528a.zip CMake-d0e371f516085a8d744eaf3b24902c35a910528a.tar.gz CMake-d0e371f516085a8d744eaf3b24902c35a910528a.tar.bz2 |
Merge topic 'try-compile'
f266182aec Check* functions family: add support for LINK_OPTIONS
29f9db5c63 try_compile/try_run: Add support for LINK_OPTIONS option.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2661
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/check-functions-LINK_OPTIONS.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/try_compile-LINK_OPTIONS.rst | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/check-functions-LINK_OPTIONS.rst b/Help/release/dev/check-functions-LINK_OPTIONS.rst new file mode 100644 index 0000000..a6bfed2 --- /dev/null +++ b/Help/release/dev/check-functions-LINK_OPTIONS.rst @@ -0,0 +1,5 @@ +check-functions-LINK_OPTIONS +---------------------------- + +* The family of modules to check capabilities (like + :module:`CheckCSourceCompiles`) gain capability to manage ``LINK_OPTIONS``. diff --git a/Help/release/dev/try_compile-LINK_OPTIONS.rst b/Help/release/dev/try_compile-LINK_OPTIONS.rst new file mode 100644 index 0000000..1db485b --- /dev/null +++ b/Help/release/dev/try_compile-LINK_OPTIONS.rst @@ -0,0 +1,5 @@ +try_compile-LINK_OPTIONS +------------------------ + +* The commands :command:`try_compile` and :command:`try_run` gain new + option ``LINK_OPTIONS``. |