diff options
author | Hermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de> | 2024-01-22 08:40:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-22 14:29:09 (GMT) |
commit | 44d2cf3ed4b192317093342d346b408e98122650 (patch) | |
tree | c9a5db00b74fe4bbdc5550876f9a63a69b660a74 | |
parent | 363a7d4693c32263d20f257ec95603399e62a36e (diff) | |
download | CMake-44d2cf3ed4b192317093342d346b408e98122650.zip CMake-44d2cf3ed4b192317093342d346b408e98122650.tar.gz CMake-44d2cf3ed4b192317093342d346b408e98122650.tar.bz2 |
FindMatlab: Document all registry paths for version lookup
-rw-r--r-- | Modules/FindMatlab.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index 0222078..78ad892 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -438,9 +438,10 @@ endmacro() are installed. The found versions are returned in `matlab_versions`. Set `win64` to `TRUE` if the 64 bit version of Matlab should be looked for The returned list contains all versions under - ``HKLM\\SOFTWARE\\Mathworks\\MATLAB`` and - ``HKLM\\SOFTWARE\\Mathworks\\MATLAB Runtime`` or an empty list in case an - error occurred (or nothing found). + ``HKLM\\SOFTWARE\\Mathworks\\MATLAB``, + ``HKLM\\SOFTWARE\\Mathworks\\MATLAB Runtime`` and + ``HKLM\\SOFTWARE\\Mathworks\\MATLAB Compiler Runtime`` or an empty list in + case an error occurred (or nothing found). .. note:: |