summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-01-14 13:55:47 +0000
committerKitware Robot <kwrobot@kitware.com>2020-01-14 08:57:18 -0500
commite6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e (patch)
tree1d2ba4e7310c7fff086cbce5afd1aa1de9881567
parent789bbcddc0e7f63f356e717b8423abf35bfed9be (diff)
parentedb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 (diff)
downloadcmake-e6c5bed2aa4ec729dd9d91c056c0147a1f5cd16e.tar.gz
Merge topic 'FindMatlab-r2019' into release-3.16
edb6fe3b6a FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4207
-rw-r--r--Modules/FindMatlab.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index ca56dd51ee..92ee729e08 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"