mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
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:
committed by
Brad King
parent
512ab500f0
commit
edb6fe3b6a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user