summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSean Warren <s.warren@garvan.org.au>2018-09-26 05:17:40 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-26 11:54:01 (GMT)
commit9a56ed3438f652ec526afabeab87e04f330e4724 (patch)
tree857d3e3d701bdc087d710b6a650b1116b987801c /Help
parent6c57f6b347f2acf19ef043e38463ac03919594f3 (diff)
downloadCMake-9a56ed3438f652ec526afabeab87e04f330e4724.zip
CMake-9a56ed3438f652ec526afabeab87e04f330e4724.tar.gz
CMake-9a56ed3438f652ec526afabeab87e04f330e4724.tar.bz2
FindMatlab: Explicitly export mexFunction in MSVC
Fixes: #18391
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindMatlab-2018b.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/FindMatlab-2018b.rst b/Help/release/dev/FindMatlab-2018b.rst
index 7e17966..28758f1 100644
--- a/Help/release/dev/FindMatlab-2018b.rst
+++ b/Help/release/dev/FindMatlab-2018b.rst
@@ -4,3 +4,6 @@ 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.