mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
@@ -184,6 +184,11 @@ specified:
|
|||||||
on components being integers as the single version. By default, both end
|
on components being integers as the single version. By default, both end
|
||||||
points are included. By specifying ``<``, the upper end point will be
|
points are included. By specifying ``<``, the upper end point will be
|
||||||
excluded. Version ranges are only supported with CMake 3.19 or later.
|
excluded. Version ranges are only supported with CMake 3.19 or later.
|
||||||
|
Note that it is not possible to extend the compatibility range specified
|
||||||
|
by the package's version file. For example, if the package version file
|
||||||
|
specifies compatibility within a minor version, it is not possible to
|
||||||
|
extend the compatibility to several minor versions by specifying a
|
||||||
|
version range.
|
||||||
|
|
||||||
The ``EXACT`` option requests that the version be matched exactly. This option
|
The ``EXACT`` option requests that the version be matched exactly. This option
|
||||||
is incompatible with the specification of a version range.
|
is incompatible with the specification of a version range.
|
||||||
|
|||||||
Reference in New Issue
Block a user