diff options
author | Jamie Snape <jamie.snape@kitware.com> | 2016-09-22 13:03:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-23 13:28:09 (GMT) |
commit | aaf4014c28d0d0bf5180dffd5c4a628406a5e7a1 (patch) | |
tree | 7120373d85ffaab2effc1b69bbcc791da1267df1 /Modules/FindMatlab.cmake | |
parent | 6757e6608992354300d635a96fed29800a4856c3 (diff) | |
download | CMake-aaf4014c28d0d0bf5180dffd5c4a628406a5e7a1.zip CMake-aaf4014c28d0d0bf5180dffd5c4a628406a5e7a1.tar.gz CMake-aaf4014c28d0d0bf5180dffd5c4a628406a5e7a1.tar.bz2 |
FindMatlab: Fix documentation
Diffstat (limited to 'Modules/FindMatlab.cmake')
-rw-r--r-- | Modules/FindMatlab.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index c813f8f..c8dd612 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -18,6 +18,7 @@ # * ``MX_LIBRARY``, ``ENG_LIBRARY`` and ``MAT_LIBRARY``: respectively the MX, # ENG and MAT libraries of Matlab # * ``MAIN_PROGRAM`` the Matlab binary program. +# * ``MEX_COMPILER`` the MEX compiler. # # .. note:: # @@ -835,7 +836,7 @@ endfunction() # ``NAME`` # name of the target. # ``SRC`` -# list of tje source files. +# list of source files. # ``LINK_TO`` # a list of additional link dependencies. The target links to ``libmex`` # by default. If ``Matlab_MX_LIBRARY`` is defined, it also |