diff options
author | Raffi Enficiaud <raffi.enficiaud@mines-paris.org> | 2017-04-29 11:38:38 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-01 09:26:32 -0400 |
commit | 6f04dffb7d0935c997e6fd147e926d97c5cbf925 (patch) | |
tree | 2574cae7df328b45971946c68536e21a2507fbad /Modules | |
parent | a6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac (diff) | |
download | cmake-6f04dffb7d0935c997e6fd147e926d97c5cbf925.tar.gz |
FindMatlab: Add support for Matlab 2017a
Diffstat (limited to 'Modules')
-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 eae158535f..80bcda36ba 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -225,6 +225,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2017a=9.2" "R2016b=9.1" "R2016a=9.0" "R2015b=8.6" |