[Cmake-commits] CMake branch, next, updated. v3.7.0-rc2-808-ge7f1465

Brad King brad.king at kitware.com
Fri Oct 28 10:42:44 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  e7f14657496e3ff5ef5824a95d7ddb1eb533120f (commit)
       via  e29f33cd20520d216a478348fcae456ec47e68be (commit)
      from  ab0693126ee1cf32aaef440b778f8a0a62e127dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e7f14657496e3ff5ef5824a95d7ddb1eb533120f
commit e7f14657496e3ff5ef5824a95d7ddb1eb533120f
Merge: ab06931 e29f33c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 28 10:42:43 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 28 10:42:43 2016 -0400

    Merge topic 'FindMatlab-9.1' into next
    
    e29f33cd FindMatlab: Add support for Matlab 2016b (9.1)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e29f33cd20520d216a478348fcae456ec47e68be
commit e29f33cd20520d216a478348fcae456ec47e68be
Author:     Francesco Romano <francesco.romano.1987 at gmail.com>
AuthorDate: Fri Oct 28 11:47:16 2016 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 28 10:41:43 2016 -0400

    FindMatlab: Add support for Matlab 2016b (9.1)

diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index b7f2db5..7ecc134 100644
--- a/Modules/FindMatlab.cmake
+++ b/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"

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindMatlab.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list