You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments