diff options
author | Brad King <brad.king@kitware.com> | 2020-01-14 13:55:47 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-01-14 13:57:18 (GMT) |
commit | e6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e (patch) | |
tree | 1d2ba4e7310c7fff086cbce5afd1aa1de9881567 /Modules | |
parent | 789bbcddc0e7f63f356e717b8423abf35bfed9be (diff) | |
parent | edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 (diff) | |
download | CMake-e6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e.zip CMake-e6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e.tar.gz CMake-e6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e.tar.bz2 |
Merge topic 'FindMatlab-r2019' into release-3.16
edb6fe3b6a FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4207
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindMatlab.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index ca56dd5..92ee729 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -241,6 +241,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2019b=9.7" + "R2019a=9.6" "R2018b=9.5" "R2018a=9.4" "R2017b=9.3" |