diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-25 16:31:35 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-29 13:35:20 (GMT) |
commit | e53b4c9fb9c40bd13b3df40c2da745db63ac15b0 (patch) | |
tree | 3a47df20673254c7b78faf76307bf84bda60dcf4 /Help/prop_tgt | |
parent | eb092ade48c7ee619f06cec371a45b0141fcf89f (diff) | |
download | CMake-e53b4c9fb9c40bd13b3df40c2da745db63ac15b0.zip CMake-e53b4c9fb9c40bd13b3df40c2da745db63ac15b0.tar.gz CMake-e53b4c9fb9c40bd13b3df40c2da745db63ac15b0.tar.bz2 |
Help: fix cross-linking from `Swift_LANGUAGE_VERSION` property
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/Swift_LANGUAGE_VERSION.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst b/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst index afc6b31..d1d80a8 100644 --- a/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst +++ b/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst @@ -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. |