diff options
author | Jason Heeris <jason.heeris@gmail.com> | 2018-07-24 03:56:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-01 13:23:46 (GMT) |
commit | f34f6eb3d160d500c5c5e2cba131d64c75aa046a (patch) | |
tree | 32497a607f8fe07702958bfb0b6451a1adcad39f /Help | |
parent | f0e82ce9a2f50e7ce0b9b95dcf32e47ce9a08369 (diff) | |
download | CMake-f34f6eb3d160d500c5c5e2cba131d64c75aa046a.zip CMake-f34f6eb3d160d500c5c5e2cba131d64c75aa046a.tar.gz CMake-f34f6eb3d160d500c5c5e2cba131d64c75aa046a.tar.bz2 |
FindMatlab: Add component to find MCC, the Matlab compiler
Add component `MCC_COMPILER` to request searching for the Matlab
compiler. Report it in `Matlab_MCC_COMPILER` if it is found.
Issue: #18183
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindMatlab-mcc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindMatlab-mcc.rst b/Help/release/dev/FindMatlab-mcc.rst new file mode 100644 index 0000000..71387f3 --- /dev/null +++ b/Help/release/dev/FindMatlab-mcc.rst @@ -0,0 +1,5 @@ +FindMatlab-mcc +-------------- + +* The :module:`FindMatlab` module gained a new ``MCC_COMPILER`` + component to request finding the Matlab Compiler add-on. |