diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-03-22 09:58:32 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-03-22 09:58:32 (GMT) |
commit | 5b21897c6e1576593c8bb01ba08792c1bf9ff15d (patch) | |
tree | 8058beb6b078757ba8a3edd3a161a4d01b50acaa /Help | |
parent | 25d2850c190ba915a7527a29dda6efe61be901f0 (diff) | |
download | CMake-5b21897c6e1576593c8bb01ba08792c1bf9ff15d.zip CMake-5b21897c6e1576593c8bb01ba08792c1bf9ff15d.tar.gz CMake-5b21897c6e1576593c8bb01ba08792c1bf9ff15d.tar.bz2 |
Help: Remove stray formatting for try_compile() LINKER_LANGUAGE keyword
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/try_compile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index f44a4e8..5021851 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -188,7 +188,7 @@ The options for the above signatures are: set the :prop_tgt:`STATIC_LIBRARY_OPTIONS` target property in the generated project, depending on the :variable:`CMAKE_TRY_COMPILE_TARGET_TYPE` variable. -``LINKER_LANGUAGE <lang>``` +``LINKER_LANGUAGE <lang>`` .. versionadded:: 3.29 Specify the :prop_tgt:`LINKER_LANGUAGE` target property of the generated |