mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
FindMatlab: Add Matlab 2018a,b to version list
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user