diff options
author | Brad King <brad.king@kitware.com> | 2022-04-06 16:02:58 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-04-06 16:03:04 (GMT) |
commit | 2b4081660c1cc1c43de7b48a948ee4b01cad8f12 (patch) | |
tree | 03df535345e73dd5f8e37ae2647c54061eebb064 /Help | |
parent | cbfc860e4038dd847ca9d02f881cc6873251653b (diff) | |
parent | 178cf34bdc5234e07442d0007c39e2d184b4261f (diff) | |
download | CMake-2b4081660c1cc1c43de7b48a948ee4b01cad8f12.zip CMake-2b4081660c1cc1c43de7b48a948ee4b01cad8f12.tar.gz CMake-2b4081660c1cc1c43de7b48a948ee4b01cad8f12.tar.bz2 |
Merge topic 'FindMatlab-no-implicit-link'
178cf34bdc FindMatlab: Add NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES option to matlab_add_mex
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7139
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindMatlab-no-implicit-link.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindMatlab-no-implicit-link.txt b/Help/release/dev/FindMatlab-no-implicit-link.txt new file mode 100644 index 0000000..7ecc17f --- /dev/null +++ b/Help/release/dev/FindMatlab-no-implicit-link.txt @@ -0,0 +1,6 @@ +FindMatlab-no-implicit-link +--------------------------- + +* The :module:`FindMatlab` module :command:`matlab_add_mex` function + gained a ``NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES`` option to disable + automatic linking of MATLAB libraries. |