Skip to content

Help: Clarify that CMAKE_<LANG>_FLAGS are used when driving linking

Brad King requested to merge brad.king/cmake:doc-lang-flags into master

State explicitly that these flags are used when driving either compiling or linking. For linking, document their order w.r.t. link flags specified by commands.

Fixes: #24662 (closed)

Merge request reports