diff options
author | Francesco Romano <francesco.romano.1987@gmail.com> | 2015-10-03 08:49:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-05 13:16:14 (GMT) |
commit | 2775768f348bb082d1b2f1d8793f65ba832dc8df (patch) | |
tree | 295e7bb85a99b90a056186a2c8389e453740b6a4 /Modules/FindMatlab.cmake | |
parent | 7555babbcf4b2b68bdfe99649be3b6076230518b (diff) | |
download | CMake-2775768f348bb082d1b2f1d8793f65ba832dc8df.zip CMake-2775768f348bb082d1b2f1d8793f65ba832dc8df.tar.gz CMake-2775768f348bb082d1b2f1d8793f65ba832dc8df.tar.bz2 |
FindMatlab: Add support for Matlab R2015b
Diffstat (limited to 'Modules/FindMatlab.cmake')
-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 a47a69c..7a36719 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -229,6 +229,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2015b=8.6" "R2015a=8.5" "R2014b=8.4" "R2014a=8.3" |