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
We only need to link against `emhash` in build, it's an interface
library representing a header-only project (so all linking does is add
includes), and it's used internally in `xptifw` source files and in a
single non-installed header, but some other part of the code could in
theory use that non-installed header during build, so we need to link
against it, but only for build.
Manually checked the generated CMake code.
Issue introduced in #19894
Example
[error](https://github.com/intel/llvm/actions/runs/17439817298/job/49520655604?pr=19963):
```
CMake Error: install(EXPORT "unified-runtime-targets" ...) includes target "xptifw" which requires target "emhash" that is not in any export set.
```
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments