| commit | ba5f8dbba365ff29898a0809e2e7950ffe4e164c | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Wed Dec 13 10:42:14 2023 -0500 |
| committer | Brad King <brad.king@kitware.com> | Wed Jan 03 17:07:52 2024 -0500 |
| tree | 9628f8ebe2625165a71cb3802c240c4d542580de | |
| parent | 6cbd0658c56550a97acb21d4004ad3980f486eb0 [diff] |
LinkerId: Use empty string for unknown linker id Since commit c26c6ac488 (Link Step: compute effective linker used by the compiler, 2023-05-27) we used `UNKNOWN` if the linker id is not known. This convention is not used elsewhere, and logic using the linker id is easier when `if(CMAKE_C_COMPILER_LINKER_ID)` is false on unknown id.