diff options
author | Francesco Romano <francesco.romano.1987@gmail.com> | 2016-05-25 07:43:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-25 13:08:32 (GMT) |
commit | 715e4cf57c0f2eaa13272110a974412224cfbf36 (patch) | |
tree | d4042713e6fc646479114268fe9ce9005d308231 | |
parent | a98a699987dde6576399474a24bff42c4d1317ad (diff) | |
download | CMake-715e4cf57c0f2eaa13272110a974412224cfbf36.zip CMake-715e4cf57c0f2eaa13272110a974412224cfbf36.tar.gz CMake-715e4cf57c0f2eaa13272110a974412224cfbf36.tar.bz2 |
FindMatlab: Add support for Matlab 2016a (9.0)
-rw-r--r-- | Modules/FindMatlab.cmake | 1 |
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" |