mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 08:38:39 -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
|
* The :module:`FindMatlab` module now explicitly exports mexFunction in Visual
|
||||||
Studio.
|
Studio.
|
||||||
|
|
||||||
|
* The :module:`FindMatlab` module gained the ability to discover Matlab R2018a
|
||||||
|
and R2018b.
|
||||||
|
|||||||
@@ -242,6 +242,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(MATLAB_VERSIONS_MAPPING
|
set(MATLAB_VERSIONS_MAPPING
|
||||||
|
"R2018b=9.5"
|
||||||
|
"R2018a=9.4"
|
||||||
"R2017b=9.3"
|
"R2017b=9.3"
|
||||||
"R2017a=9.2"
|
"R2017a=9.2"
|
||||||
"R2016b=9.1"
|
"R2016b=9.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user