Files
CMake/Help/variable/PROJECT-NAME_COMPAT_VERSION.rst
Matthew Woehlke a0cfaaf2dc Help: Note when <project>_COMPAT_VERSION were added
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).
2025-06-11 11:08:28 -04:00

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.