commit | 89df8efba47ac33fd9951d3a2dde8eb64dc1b8f5 | [log] [tgz] |
---|---|---|
author | Oleg Derevenetz <oleg-derevenetz@yandex.ru> | Wed Apr 23 20:37:34 2025 +0300 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 24 11:02:45 2025 -0400 |
tree | cd192c0c24ca4176524859e2af858c487ce12edb | |
parent | f290240b0b52214496672114f843c40eafb81815 [diff] |
CheckLanguage: Bias compiler selection using already-enabled languages In a project that has enabled C or CXX, we bias ASM and Fortran compiler selection to match. Propagate this bias into the `check_language` test project so that if it succeeds, we will select the same compiler when enabling the tested language in the calling project. Fixes: #19350