From 715e4cf57c0f2eaa13272110a974412224cfbf36 Mon Sep 17 00:00:00 2001 From: Francesco Romano Date: Wed, 25 May 2016 09:43:51 +0200 Subject: FindMatlab: Add support for Matlab 2016a (9.0) --- Modules/FindMatlab.cmake | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12