mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -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).
13 lines
384 B
ReStructuredText
13 lines
384 B
ReStructuredText
PROJECT_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, if any. To obtain the compatibility version of the
|
|
top level project, see the :variable:`CMAKE_PROJECT_COMPAT_VERSION` variable.
|