summaryrefslogtreecommitdiff
path: root/Modules/FindMatlab.cmake
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:19 -0500
commitba0ae1261a38726a34127aa617d2edca04caaeaf (patch)
tree8c668a69ca8d5e910ae1b43f08d6d89c67ea49a1 /Modules/FindMatlab.cmake
parent18b9eafed822f62f639699e14b207f863472039d (diff)
parentedb6fe3b6a1be9a4599b6b4db3e40cd5b9b01d27 (diff)
downloadcmake-ba0ae1261a38726a34127aa617d2edca04caaeaf.tar.gz
Merge topic 'FindMatlab-r2019'
edb6fe3b6a FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4207
Diffstat (limited to 'Modules/FindMatlab.cmake')
-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"