Skip to content

Commit

Permalink
bump matlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Aug 9, 2020
1 parent ac56a69 commit 7be8dc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/FindMATLAB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,14 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
set(MATLAB_ADDITIONAL_VERSIONS)
endif()

# Is this mapping necessary? It's always causing trouble to need to bump these
# for each new version.
set(MATLAB_VERSIONS_MAPPING
"R2020b=9.9"
"R2020a=9.8"
"R2019b=9.7"
"R2019a=9.6"
"R2018b=9.5"
"R2018a=9.4"
"R2017b=9.3"
"R2017a=9.2"
Expand Down

0 comments on commit 7be8dc3

Please sign in to comment.