FindMatlab: Add Matlab 2018a,b to version list

This commit is contained in:
Sean Warren
2018-09-26 15:18:24 +10:00
committed by Brad King
parent 9a56ed3438
commit 62709beff8
2 changed files with 5 additions and 0 deletions

View File

@@ -7,3 +7,6 @@ FindMatlab-2018b
* The :module:`FindMatlab` module now explicitly exports mexFunction in Visual
Studio.
* The :module:`FindMatlab` module gained the ability to discover Matlab R2018a
and R2018b.

View File

@@ -242,6 +242,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
endif()
set(MATLAB_VERSIONS_MAPPING
"R2018b=9.5"
"R2018a=9.4"
"R2017b=9.3"
"R2017a=9.2"
"R2016b=9.1"