mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-12 12:15:34 +00:00
Remove basic CPS import and export from 'experimental' status. Update documentation and tests accordingly. Note that mapped exports (CMAKE_EXPERIMENTAL_MAPPED_PACKAGE_INFO) are still experimental.
9 lines
303 B
ReStructuredText
9 lines
303 B
ReStructuredText
PROJECT_COMPAT_VERSION
|
|
----------------------
|
|
|
|
.. versionadded:: 4.3
|
|
|
|
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.
|