summaryrefslogtreecommitdiffstats
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorFrancesco Romano <francesco.romano.1987@gmail.com>2015-10-03 08:49:16 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-05 13:16:14 (GMT)
commit2775768f348bb082d1b2f1d8793f65ba832dc8df (patch)
tree295e7bb85a99b90a056186a2c8389e453740b6a4 /Modules/FindMatlab.cmake
parent7555babbcf4b2b68bdfe99649be3b6076230518b (diff)
downloadCMake-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.cmake1
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"