Help: fix cross-linking from Swift_LANGUAGE_VERSION property

This commit is contained in:
Ben Boeckel
2023-07-25 12:31:35 -04:00
parent eb092ade48
commit e53b4c9fb9

View File

@@ -4,5 +4,6 @@ Swift_LANGUAGE_VERSION
.. versionadded:: 3.16
This property sets the language version for the Swift sources in the target. If
one is not specified, it will default to ``<CMAKE_Swift_LANGUAGE_VERSION>`` if
specified, otherwise it is the latest version supported by the compiler.
one is not specified, it will default to
:variable:`CMAKE_Swift_LANGUAGE_VERSION` if specified, otherwise it is the
latest version supported by the compiler.