Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap linker flags with LINKER: prefix for IntelLLVM (#553)
The Intel C++ compiler passes linker flags through the compiler driver since CMake 3.25, therefore they need to be escaped with the `LINKER:` prefix. This expands to the empty string in MSVC and clang-cl or older versions of CMake, so no special handling is needed for that. Fixes: #552
- Loading branch information