diff options
author | Brad King <brad.king@kitware.com> | 2018-09-27 18:47:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-09-27 18:48:03 (GMT) |
commit | acf0627470df1d9ed533eaa437d8ee6ac2717e84 (patch) | |
tree | d7e54e7a96b3c2732f03a49fe1e7d97d6dd5b2af /Help/release | |
parent | be1ceda97f8a034a222e01301cd2b1879c55b29c (diff) | |
parent | 62709beff8e9bf786b9c3ec5fbd791ce2d452232 (diff) | |
download | CMake-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.rst | 12 |
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. |