diff options
author | Francesco Romano <francesco.romano.1987@gmail.com> | 2016-10-28 11:47:16 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-28 10:41:43 -0400 |
commit | e29f33cd20520d216a478348fcae456ec47e68be (patch) | |
tree | 0a8892bfa508e561e09a870c66cd2f7238e885ba /Modules | |
parent | 876da11858ab6649bb088c4bb7758fc84910ba20 (diff) | |
download | cmake-e29f33cd20520d216a478348fcae456ec47e68be.tar.gz |
FindMatlab: Add support for Matlab 2016b (9.1)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindMatlab.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index b7f2db59dc..7ecc134077 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -225,6 +225,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2016b=9.1" "R2016a=9.0" "R2015b=8.6" "R2015a=8.5" |