Skip to content

Commit

Permalink
add the new versions to MATLAB_VERSIONS_MAPPING
Browse files Browse the repository at this point in the history
  • Loading branch information
kouroshD committed Oct 29, 2019
1 parent 60ac717 commit 853cd4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmake/FindMatlab.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ 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"
"R2016a=9.0"
"R2015b=8.6"
Expand All @@ -238,7 +242,6 @@ set(MATLAB_VERSIONS_MAPPING
"R2013a=8.1"
"R2012b=8.0"
"R2012a=7.14"

"R2011b=7.13"
"R2011a=7.12"
"R2010b=7.11"
Expand Down

0 comments on commit 853cd4a

Please sign in to comment.