summaryrefslogtreecommitdiffstats
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@iit.it>2015-04-07 09:42:02 (GMT)
committerDaniele E. Domenichelli <daniele.domenichelli@iit.it>2015-04-07 09:42:02 (GMT)
commit7e311773b5386663457bedd39cf2110da04438f2 (patch)
tree79cec63c59cde51b1fea9dd146f4b37f5c154fd7 /Modules/FindMatlab.cmake
parent52d5a9b60ba9c375c9381c7afa7441d6dadd9742 (diff)
downloadCMake-7e311773b5386663457bedd39cf2110da04438f2.zip
CMake-7e311773b5386663457bedd39cf2110da04438f2.tar.gz
CMake-7e311773b5386663457bedd39cf2110da04438f2.tar.bz2
FindMatlab: Look for R2014b and R2015a
Diffstat (limited to 'Modules/FindMatlab.cmake')
-rw-r--r--Modules/FindMatlab.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index d08423b..b4beec3 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -228,6 +228,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
+ "R2015a=8.5"
+ "R2014b=8.4"
"R2014a=8.3"
"R2013b=8.2"
"R2013a=8.1"