FindMatlab: Add R2020a=9.8

This allows Matlab R2020a to be recognized as a valid Matlab version.
This commit is contained in:
Michael Hirsch, Ph.D 2020-02-11 11:41:03 -05:00 committed by Brad King
parent 1ec72e0947
commit 75331a4578

View File

@ -241,6 +241,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
"R2020a=9.8"
"R2019b=9.7"
"R2019a=9.6"
"R2018b=9.5"