Files
CMake/Modules/Compiler
Joakim Lönnberg 3b365c461f IAR: Tolerate variables named for languages
If a project or user sets a variable or cache entry named `C` or `CXX`,
we were previously comparing those language names to the value of that
variable, rather than the name itself.  Double-quote the string to take
advantage of policy `CMP0054`, but also add "x" prefixes to support
projects that do not set the policy.

This extends a similar fix from commit c8eb357738 (CompilerId: Tolerate
variables named for languages, 2021-06-17, v3.21.0-rc1~9^2).
2023-02-21 09:24:14 -05:00
..
2022-04-04 17:05:09 +01:00
2019-01-16 10:41:27 -05:00
2021-07-21 20:25:02 +03:00
2021-05-10 10:19:13 -04:00