FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING

Reference for versions: https://www.mathworks.com/products/compiler/matlab-runtime.html

Fixes: #20087
This commit is contained in:
Silvio Traversaro
2020-01-11 10:47:57 -05:00
committed by Brad King
parent 512ab500f0
commit edb6fe3b6a

View File

@@ -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"