summaryrefslogtreecommitdiffstats
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-01 13:14:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-01 13:14:28 (GMT)
commitfa4b2e7dc3293510427fa9f9fd96c98209ebfea5 (patch)
tree3fab72a40c801a0630664452c5d13eff87cd5ec8 /Modules/FindMatlab.cmake
parent01567fd74f1426ebab2499e5e08d33eff5435f99 (diff)
parente29f33cd20520d216a478348fcae456ec47e68be (diff)
downloadCMake-fa4b2e7dc3293510427fa9f9fd96c98209ebfea5.zip
CMake-fa4b2e7dc3293510427fa9f9fd96c98209ebfea5.tar.gz
CMake-fa4b2e7dc3293510427fa9f9fd96c98209ebfea5.tar.bz2
Merge topic 'FindMatlab-9.1'
e29f33cd FindMatlab: Add support for Matlab 2016b (9.1)
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 b7f2db5..7ecc134 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -225,6 +225,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
+ "R2016b=9.1"
"R2016a=9.0"
"R2015b=8.6"
"R2015a=8.5"