summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorJamie Snape <jamie.snape@kitware.com>2017-10-04 13:47:46 (GMT)
committerJamie Snape <jamie.snape@kitware.com>2017-10-04 13:47:46 (GMT)
commitf156b2fbfb0cc53a3b29f31942ba7e8f0d2a9184 (patch)
tree44c469ae147d16e22a8a1d1c8f71699dd995dfa7 /Modules
parent0e1ef0ca397db5f0292a218dadc997a7690205cd (diff)
downloadCMake-f156b2fbfb0cc53a3b29f31942ba7e8f0d2a9184.zip
CMake-f156b2fbfb0cc53a3b29f31942ba7e8f0d2a9184.tar.gz
CMake-f156b2fbfb0cc53a3b29f31942ba7e8f0d2a9184.tar.bz2
FindMatlab: Add support for MATLAB 2017b
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindMatlab.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index d287688..7d4ed6a 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -225,6 +225,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
+ "R2017b=9.3"
"R2017a=9.2"
"R2016b=9.1"
"R2016a=9.0"
@@ -236,7 +237,6 @@ set(MATLAB_VERSIONS_MAPPING
"R2013a=8.1"
"R2012b=8.0"
"R2012a=7.14"
-
"R2011b=7.13"
"R2011a=7.12"
"R2010b=7.11"