summaryrefslogtreecommitdiffstats
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorSean Warren <s.warren@garvan.org.au>2018-09-26 05:18:24 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-26 11:54:50 (GMT)
commit62709beff8e9bf786b9c3ec5fbd791ce2d452232 (patch)
tree1db8481e442b8e38fd8d0a8f14b81d5caf5bb9c7 /Modules/FindMatlab.cmake
parent9a56ed3438f652ec526afabeab87e04f330e4724 (diff)
downloadCMake-62709beff8e9bf786b9c3ec5fbd791ce2d452232.zip
CMake-62709beff8e9bf786b9c3ec5fbd791ce2d452232.tar.gz
CMake-62709beff8e9bf786b9c3ec5fbd791ce2d452232.tar.bz2
FindMatlab: Add Matlab 2018a,b to version list
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 da832ce..547a330 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -242,6 +242,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
+ "R2018b=9.5"
+ "R2018a=9.4"
"R2017b=9.3"
"R2017a=9.2"
"R2016b=9.1"