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  19d8ac43004cef7a63c65660b8f5f7d583dee762 (commit)
       via  715e4cf57c0f2eaa13272110a974412224cfbf36 (commit)
      from  3f65c7d72b09cb6bfa4265a568bb9f2469773bd4 (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=19d8ac43004cef7a63c65660b8f5f7d583dee762
commit 19d8ac43004cef7a63c65660b8f5f7d583dee762
Merge: 3f65c7d 715e4cf
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed May 25 09:09:09 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed May 25 09:09:09 2016 -0400

    Merge topic 'FindMatlab-2016a' into next
    
    715e4cf5 FindMatlab: Add support for Matlab 2016a (9.0)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=715e4cf57c0f2eaa13272110a974412224cfbf36
commit 715e4cf57c0f2eaa13272110a974412224cfbf36
Author:     Francesco Romano <francesco.romano.1...@gmail.com>
AuthorDate: Wed May 25 09:43:51 2016 +0200
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed May 25 09:08:32 2016 -0400

    FindMatlab: Add support for Matlab 2016a (9.0)

diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index 8aa0c11..956dad2 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -229,6 +229,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS)
 endif()
 
 set(MATLAB_VERSIONS_MAPPING
+  "R2016a=9.0"
   "R2015b=8.6"
   "R2015a=8.5"
   "R2014b=8.4"

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to