1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/release/dev/FindDevIL.rst
Peter Kokot 0e00166462 FindDevIL: Add DevIL_VERSION
This module now provides a DevIL_VERSION result variable and supports
the `<version>` argument in the find_package() call. Version range can
be also specified.

Fixes: #26858
2025-08-12 07:17:58 +02:00

7 lines
223 B
ReStructuredText

FindDevIL
---------
* The :module:`FindDevIL` module now provides a ``DevIL_VERSION`` result
variable and version argument and version range can be specified by
:command:`find_package`, when finding the DevIL package.