From edb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 11 Jan 2020 10:47:57 -0500 Subject: FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Reference for versions: https://www.mathworks.com/products/compiler/matlab-runtime.html Fixes: #20087 --- Modules/FindMatlab.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index c8cae2e..9f6eea9 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -241,6 +241,8 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2019b=9.7" + "R2019a=9.6" "R2018b=9.5" "R2018a=9.4" "R2017b=9.3" -- cgit v0.12