Skip to content

Commit 11b9a6e

Browse files
authored
Add new Matlab version to MATLAB_VERSIONS_MAPPING in FindMatlab (#66)
1 parent 4632ea6 commit 11b9a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/FindMatlab.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
263263
endif()
264264

265265
set(MATLAB_VERSIONS_MAPPING
266+
"R2021b=9.11"
267+
"R2021a=9.10"
266268
"R2020b=9.9"
267269
"R2020a=9.8"
268270
"R2019b=9.7"

0 commit comments

Comments
 (0)