diff options
author | Brad King <brad.king@kitware.com> | 2017-05-01 13:26:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-01 13:26:38 (GMT) |
commit | 9a887088938fe03342372835e67bca0527fb01e6 (patch) | |
tree | a239fd3b6379d7794cbe6854aa2459d1424c407e /Modules | |
parent | 341486fd09e386529cfc93e0433dab9548357bcd (diff) | |
parent | 6f04dffb7d0935c997e6fd147e926d97c5cbf925 (diff) | |
download | CMake-9a887088938fe03342372835e67bca0527fb01e6.zip CMake-9a887088938fe03342372835e67bca0527fb01e6.tar.gz CMake-9a887088938fe03342372835e67bca0527fb01e6.tar.bz2 |
Merge branch 'FindMatlab-2017a' into release
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 eae1585..80bcda3 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" |