diff options
author | Silvio Traversaro <pegua1@gmail.com> | 2020-01-11 15:47:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-13 15:45:54 (GMT) |
commit | edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 (patch) | |
tree | f874741bb80b232d902fca66e318242ec8681521 /Modules/FindMatlab.cmake | |
parent | 512ab500f06d6c645985cc8014c5e6291b9a059f (diff) | |
download | CMake-edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27.zip CMake-edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27.tar.gz CMake-edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27.tar.bz2 |
FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING
Reference for versions: https://www.mathworks.com/products/compiler/matlab-runtime.html
Fixes: #20087
Diffstat (limited to 'Modules/FindMatlab.cmake')
-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 c8cae2e..9f6eea9 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" |