Merge topic 'patch-CheckLinkerFlag'

4b0bce12c8 CheckLinkerFlag: Update documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10807
This commit is contained in:
Brad King
2025-05-22 12:24:05 +00:00
committed by Kitware Robot
2 changed files with 128 additions and 18 deletions

View File

@@ -66,3 +66,6 @@ See Also
* :variable:`CMAKE_<LANG>_FLAGS` and :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>`
add language-wide flags passed to all invocations of the compiler.
This includes invocations that drive compiling and those that drive linking.
* The :module:`CheckLinkerFlag` module to check whether a linker flag is
supported by the compiler.