summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-27 18:47:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-27 18:48:03 (GMT)
commitacf0627470df1d9ed533eaa437d8ee6ac2717e84 (patch)
treed7e54e7a96b3c2732f03a49fe1e7d97d6dd5b2af /Help/release
parentbe1ceda97f8a034a222e01301cd2b1879c55b29c (diff)
parent62709beff8e9bf786b9c3ec5fbd791ce2d452232 (diff)
downloadCMake-acf0627470df1d9ed533eaa437d8ee6ac2717e84.zip
CMake-acf0627470df1d9ed533eaa437d8ee6ac2717e84.tar.gz
CMake-acf0627470df1d9ed533eaa437d8ee6ac2717e84.tar.bz2
Merge topic 'FindMatlab-2018b'
62709beff8 FindMatlab: Add Matlab 2018a,b to version list 9a56ed3438 FindMatlab: Explicitly export mexFunction in MSVC 6c57f6b347 FindMatlab: Optionally allow linking to MatlabEngine and MatlabDataArray Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raffi Enficiaud <raffi.enficiaud@free.fr> Merge-request: !2407
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindMatlab-2018b.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/release/dev/FindMatlab-2018b.rst b/Help/release/dev/FindMatlab-2018b.rst
new file mode 100644
index 0000000..c698b9d
--- /dev/null
+++ b/Help/release/dev/FindMatlab-2018b.rst
@@ -0,0 +1,12 @@
+FindMatlab-2018b
+----------------
+
+* The :module:`FindMatlab` module gained new components ``ENGINE_LIBRARY`` and
+ ``DATAARRAY_LIBRARY`` to request finding the Matlab C++ Engine and DataArray
+ libraries respectively.
+
+* The :module:`FindMatlab` module now explicitly exports mexFunction in Visual
+ Studio.
+
+* The :module:`FindMatlab` module gained the ability to discover Matlab R2018a
+ and R2018b.