mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
c482a8833a
With Clang, `CMAKE_C_COMPILER_TARGET` adds a `--target=` flag as part of the `<CMAKE_C_COMPILER>` placeholder, causing the flag to be passed to our `ExportImportList` script. Tolerate it. Fixes: #27167