summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-30 14:55:43 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-30 14:55:52 (GMT)
commitb8f5eca5e2cff99ec0eeba645e3ccf5ac40d9825 (patch)
treef13d96cedbe5b1ed0e3d0be19737f92bbef65e62 /Help
parent9330afea04d8e5c8f5c867af43a95fef0ad08d35 (diff)
parent42731e94bea0839842fc66cef27af71e12d753e1 (diff)
downloadCMake-b8f5eca5e2cff99ec0eeba645e3ccf5ac40d9825.zip
CMake-b8f5eca5e2cff99ec0eeba645e3ccf5ac40d9825.tar.gz
CMake-b8f5eca5e2cff99ec0eeba645e3ccf5ac40d9825.tar.bz2
Merge topic 'FindMatlab-2018a-API'
42731e94be FindMatlab: Fix linker command under Windows. ee73e733e4 FindMatlab: Fix compilation error in one specific test configuration. 160499296c FindMatlab: added unit tests for new functionality. ee7e97a7d3 FindMatlab: add change log item. d7e19032d5 FindMatlab: `matlab_add_mex` has new options `R2017b` and `R2018a`. 518553d953 FindMatlab: Always find core libraries. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2508
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindMatlab-2018a-API.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindMatlab-2018a-API.rst b/Help/release/dev/FindMatlab-2018a-API.rst
new file mode 100644
index 0000000..1063411
--- /dev/null
+++ b/Help/release/dev/FindMatlab-2018a-API.rst
@@ -0,0 +1,7 @@
+FindMatlab-2018a-API
+--------------------
+
+* The :module:`FindMatlab` module gained new options ``R2017b`` and
+ ``R2018a`` to specify the MEX API version to use; these options
+ mirror the new options to the ``mex`` command in MATLAB R2018a.
+ The option ``MX_LIBRARY`` is no longer needed.