summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de>2024-01-24 10:28:04 (GMT)
committerHermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de>2024-01-25 08:00:18 (GMT)
commit29fece7ef36160a9551d9a2487e21fec6e072ac5 (patch)
treeaa37052127c2c81301d67687accda5133727b509
parent30c067e24ad437e8b71ad5373032265c6dbbe299 (diff)
downloadCMake-29fece7ef36160a9551d9a2487e21fec6e072ac5.zip
CMake-29fece7ef36160a9551d9a2487e21fec6e072ac5.tar.gz
CMake-29fece7ef36160a9551d9a2487e21fec6e072ac5.tar.bz2
FindMatlab: Document that version mappings do not apply to MCR
-rw-r--r--Modules/FindMatlab.cmake12
1 files changed, 11 insertions, 1 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index 987427f..dd4ac8a 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -193,7 +193,7 @@ Provided commands
^^^^^^^^^^^^^^^^^
:command:`matlab_get_version_from_release_name`
- returns the version from the release name
+ returns the version from the Matlab release name
:command:`matlab_get_release_name_from_version`
returns the release name from the Matlab version
:command:`matlab_add_mex`
@@ -346,6 +346,11 @@ file(MAKE_DIRECTORY "${_matlab_temporary_folder}")
* Output: ``version`` is the version of Matlab (e.g. 23.2.0)
Returns the version of Matlab from a release name
+
+ .. note::
+
+ This command provides correct versions mappings for Matlab but not MCR.
+
#]=======================================================================]
macro(matlab_get_version_from_release_name release_name version_name)
@@ -373,6 +378,11 @@ endmacro()
* Output: ``release_name`` is the release name (R2023b)
Returns the release name from the version of Matlab
+
+ .. note::
+
+ This command provides correct version mappings for Matlab but not MCR.
+
#]=======================================================================]
function(matlab_get_release_name_from_version version release_name)