diff options
author | Brad King <brad.king@kitware.com> | 2023-03-17 11:46:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-17 11:46:53 (GMT) |
commit | 970af1ca5ccb478f6dbc00cb5f975e650f05cb70 (patch) | |
tree | f97d911a5e1623cba45b28db64c37b0d269bce8d | |
parent | 6c71fa6d56d3e2de30de3e0eb1d72375530598c4 (diff) | |
parent | 58ab34d88a548a53dea6e494096640ac0299ea31 (diff) | |
download | CMake-970af1ca5ccb478f6dbc00cb5f975e650f05cb70.zip CMake-970af1ca5ccb478f6dbc00cb5f975e650f05cb70.tar.gz CMake-970af1ca5ccb478f6dbc00cb5f975e650f05cb70.tar.bz2 |
Merge topic 'FindMatlab-R2023a' into release-3.26
58ab34d88a FindMatlab: add version/release map for R2023a
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8334
-rw-r--r-- | Modules/FindMatlab.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index 0f1e451..34b1c5b 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -296,6 +296,7 @@ if(NOT MATLAB_ADDITIONAL_VERSIONS) endif() set(MATLAB_VERSIONS_MAPPING + "R2023a=9.14" "R2022b=9.13" "R2022a=9.12" "R2021b=9.11" |