https://github.com/Kitware/CMake
Revision 42fbe01ebaa3802a99fe2a03c9b98b17d24d0704 authored by scivision on 16 January 2024, 00:20:44 UTC, committed by Brad King on 16 January 2024, 16:37:43 UTC
Make this work:

  matlab_get_release_name_from_version(${Matlab_VERSION})

which the user would expect.

While at it, simplify this function code.
1 parent c608adc
Raw File
Tip revision: 42fbe01ebaa3802a99fe2a03c9b98b17d24d0704 authored by scivision on 16 January 2024, 00:20:44 UTC
FindMatlab: Accept long version in matlab_get_release_name_from_version
Tip revision: 42fbe01
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top