diff options
author | Hermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de> | 2024-02-19 12:36:54 (GMT) |
---|---|---|
committer | Hermann von Kleist <hermann.von.kleist@ivi.fraunhofer.de> | 2024-02-19 15:34:35 (GMT) |
commit | 3b51a52af09150e3adf7b8a3a3bf118f4f9f1a0a (patch) | |
tree | f5ffdc7e496d340bb7a6b11950e76723954e0058 /Modules | |
parent | be67b4baf2a5920687049e8701c5561d9ee4ac8d (diff) | |
download | CMake-3b51a52af09150e3adf7b8a3a3bf118f4f9f1a0a.zip CMake-3b51a52af09150e3adf7b8a3a3bf118f4f9f1a0a.tar.gz CMake-3b51a52af09150e3adf7b8a3a3bf118f4f9f1a0a.tar.bz2 |
FindMatlab: Add changelog for now supported version range
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindMatlab.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake index c71445e..d1371ed 100644 --- a/Modules/FindMatlab.cmake +++ b/Modules/FindMatlab.cmake @@ -42,6 +42,9 @@ The module supports the following components: Removed the ``MX_LIBRARY``, ``ENGINE_LIBRARY`` and ``DATAARRAY_LIBRARY`` components. These libraries are found unconditionally. +.. versionadded:: 3.30 + Added support for specifying a version range to :command:`find_package` + .. note:: The version given to the :command:`find_package` directive is the Matlab |