summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-26 13:51:58 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-26 13:51:58 (GMT)
commit7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd (patch)
tree751d69374b30d100742f6d7065c45abf66686963 /Modules
parentb86bcd4046a3406c77f4a8b51e2f1f66a54802ca (diff)
parent715e4cf57c0f2eaa13272110a974412224cfbf36 (diff)
downloadCMake-7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd.zip
CMake-7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd.tar.gz
CMake-7bfcfd59fbc23d1f3c5b5fe0f44b8ee23cba15cd.tar.bz2
Merge topic 'FindMatlab-2016a'
715e4cf5 FindMatlab: Add support for Matlab 2016a (9.0)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindMatlab.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index 8aa0c11..956dad2 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -229,6 +229,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
+ "R2016a=9.0"
"R2015b=8.6"
"R2015a=8.5"
"R2014b=8.4"