mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Tweak documentation of project `_COMPAT_VERSION` variables to note when they were added. Note that, while these are "experimental" for now, they are always set; the experimental gate is only required for them to be set to non-empty values (and since they are optional, they may be empty regardless).
12 lines
314 B
ReStructuredText
12 lines
314 B
ReStructuredText
<PROJECT-NAME>_COMPAT_VERSION
|
|
-----------------------------
|
|
|
|
.. versionadded:: 4.1
|
|
|
|
.. note::
|
|
|
|
Experimental. Gated by ``CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO``.
|
|
|
|
Value given to the ``COMPAT_VERSION`` option of the most recent call to the
|
|
:command:`project` command with project name ``<PROJECT-NAME>``, if any.
|