Skip to content

Commit

Permalink
Merge pull request #41 from kouroshD/feature/updateMatlabVersionsList
Browse files Browse the repository at this point in the history
add the new versions to MATLAB_VERSIONS_MAPPING
  • Loading branch information
traversaro authored Oct 29, 2019
2 parents 60ac717 + 853cd4a commit e388205
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 e388205

Please sign in to comment.