Browse Source

Merge topic 'FindMatlab-9.1'

e29f33cd FindMatlab: Add support for Matlab 2016b (9.1)
Brad King 9 years ago
parent
commit
fa4b2e7dc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/FindMatlab.cmake

+ 1 - 0
Modules/FindMatlab.cmake

@@ -225,6 +225,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
 endif()
 
 set(MATLAB_VERSIONS_MAPPING
+  "R2016b=9.1"
   "R2016a=9.0"
   "R2015b=8.6"
   "R2015a=8.5"