summaryrefslogtreecommitdiff
path: root/Modules/FindMatlab.cmake
diff options
context:
space:
mode:
authorSilvio Traversaro <pegua1@gmail.com>2020-01-11 10:47:57 -0500
committerBrad King <brad.king@kitware.com>2020-01-13 10:45:54 -0500
commitedb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 (patch)
treef874741bb80b232d902fca66e318242ec8681521 /Modules/FindMatlab.cmake
parent512ab500f06d6c645985cc8014c5e6291b9a059f (diff)
downloadcmake-edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27.tar.gz
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.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index c8cae2e131..9f6eea99c1 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"