summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-12-06 14:03:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-12-06 14:03:58 (GMT)
commitd0e371f516085a8d744eaf3b24902c35a910528a (patch)
tree65af2c2699a240c3873a17f36bfc726c0811bad0 /Help/release
parent0464298956a204578aa8421ca0b84c089a97e0aa (diff)
parentf266182aecb687f0c20c7fa7019ad0dde3222f46 (diff)
downloadCMake-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.rst5
-rw-r--r--Help/release/dev/try_compile-LINK_OPTIONS.rst5
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``.