diff options
author | Hermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de> | 2024-01-22 08:35:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-22 14:28:04 (GMT) |
commit | 363a7d4693c32263d20f257ec95603399e62a36e (patch) | |
tree | 6c7ed8fd1f4ef2cb8756a62d1581f06c2838a53c /Modules | |
parent | 663bc936e843fe433d3a5dfddf02a11e5fff8a16 (diff) | |
download | CMake-363a7d4693c32263d20f257ec95603399e62a36e.zip CMake-363a7d4693c32263d20f257ec95603399e62a36e.tar.gz CMake-363a7d4693c32263d20f257ec95603399e62a36e.tar.bz2 |
FindMatlab: matlab_get_release_name_from_version is a function now
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindMatlab.cmake | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index 609cd4e..0222078 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -189,17 +189,13 @@ Cached variables the location of the root of the Matlab installation found. If this value is changed by the user, the result variables are recomputed. -Provided macros -^^^^^^^^^^^^^^^ +Provided commands +^^^^^^^^^^^^^^^^^ :command:`matlab_get_version_from_release_name` returns the version from the release name :command:`matlab_get_release_name_from_version` returns the release name from the Matlab version - -Provided functions -^^^^^^^^^^^^^^^^^^ - :command:`matlab_add_mex` adds a target compiling a MEX file. :command:`matlab_add_unit_test` |