mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add an argument to the `project` command to allow specifying a license for a project as a whole. This is in addition to specifying licenses on individual targets, and will be used to set the license(s) on exported packages. Also, move listing of `COMPAT_VERSION` variables to follow lexicographical order.
12 lines
308 B
ReStructuredText
12 lines
308 B
ReStructuredText
<PROJECT-NAME>_SPDX_LICENSE
|
|
---------------------------
|
|
|
|
.. versionadded:: 4.2
|
|
|
|
.. note::
|
|
|
|
Experimental. Gated by ``CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO``.
|
|
|
|
Value given to the ``SPDX_LICENSE`` option of the most recent call to the
|
|
:command:`project` command with project name ``<PROJECT-NAME>``, if any.
|